diff options
Diffstat (limited to 'SQL/mysql.update.sql')
-rw-r--r-- | SQL/mysql.update.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql index 300ceb59d..3be65897d 100644 --- a/SQL/mysql.update.sql +++ b/SQL/mysql.update.sql @@ -239,3 +239,7 @@ ALTER TABLE `identities` ALTER `user_id` DROP DEFAULT; ALTER TABLE `searches` ALTER `user_id` DROP DEFAULT; /*!40014 SET FOREIGN_KEY_CHECKS=1 */; + +-- Updates from version 0.8 + +ALTER TABLE cache DROP COLUMN cache_id; |