diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-06 10:32:37 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-06 10:32:37 +0200 |
commit | 83121ece3348bfe09bb1026eace79a74a5ccf2c9 (patch) | |
tree | 9f64f143b8a859db3930a649a404cdcc46434660 /SQL/mysql.update.sql | |
parent | a025cddbc5643d1e8c9d2bf733a101417213d91b (diff) |
- Removed redundant cache.cache_id column (#1488528)
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; |