Projekt

Obecné

Profil

Stáhnout (327 Bajtů) Statistiky
| Větev: | Revize:
1
set foreign_key_checks=0;
2
drop table if exists mesto;
3
drop table if exists ulice;
4
drop table if exists zarizeni;
5
drop table if exists zaznam_cas;
6
drop table if exists zaznam;
7
drop table if exists zaznam_prum_den;
8
drop table if exists vozidlo;
9
drop table if exists vozidla;
10
drop table if exists datum;
11
set foreign_key_checks=1;
(1-1/17)