diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-10 17:16:59 +0700 | 
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-10 17:16:59 +0700 | 
| commit | c4847a6482168b257d6534f4de6741c675c309fd (patch) | |
| tree | 7b966e2a7237fd95e8d402d5411688b598e7288f | |
| parent | 161ecc2e4c4fd32030ef6329281cdadb25f58557 (diff) | |
DB/Schema: drop obsolete table
| -rw-r--r-- | sql/updates/world/2011_05_10_01_world_reserved_name.sql | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/sql/updates/world/2011_05_10_01_world_reserved_name.sql b/sql/updates/world/2011_05_10_01_world_reserved_name.sql new file mode 100644 index 00000000000..2ea88abd807 --- /dev/null +++ b/sql/updates/world/2011_05_10_01_world_reserved_name.sql @@ -0,0 +1 @@ +DROP TABLE IF EXISTS `reserved_name`; | 
