Projekt

Obecné

Profil

Stáhnout (299 Bajtů) Statistiky
| Větev: | Revize:
1 241e7d2f Cajova-Houba
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
set foreign_key_checks=1;