Remove dangerous DROP statements from table creation. If accidentally
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 24 Mar 2004 07:52:25 +0000 (07:52 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 24 Mar 2004 07:52:25 +0000 (07:52 +0000)
commit3dd3f51cd9d9ce6c2ecbfad29175632058abfae3
tree51940dd7eff95e227006d67da3a1048a2afa22bf
parent68b801e9873c97c564cb6d06f5fe7c7e4e9b1575
Remove dangerous DROP statements from table creation. If accidentally
overwriting an existing database this destroys all data without warning...
better to let it fail with an error message and let the rare cases where
this is intended be dealt with manually by dropping them yourself.
maintenance/tables.sql