diff options
| author | runningnak3d <none@none> | 2008-12-19 15:46:23 +0000 |
|---|---|---|
| committer | runningnak3d <none@none> | 2008-12-19 15:46:23 +0000 |
| commit | 97b2c725df72c9d18fddbcdf79acf750546d1051 (patch) | |
| tree | 65b1d9c16a7a48e74fbe393094366091abbee0fd /sql/updates/537_world.sql | |
| parent | 2027e1918c2166371245fc4acd74a4c2567d2737 (diff) | |
* Some much needed SQL clean up
* more to come :)
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/537_world.sql')
| -rw-r--r-- | sql/updates/537_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/537_world.sql b/sql/updates/537_world.sql new file mode 100644 index 00000000000..2401a5aeadd --- /dev/null +++ b/sql/updates/537_world.sql @@ -0,0 +1,2 @@ +-- Removing the now unused creature_movement table +DROP TABLE IF EXISTS `creature_movement`; |
