Skip to content

Commit

Permalink
[script] Fix 4.2.0 mysql upgrage sql.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed May 12, 2015
1 parent e65b2fb commit d7140fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/upgrade/sql/4.2.0/mysql/seahub.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ CREATE TABLE IF NOT EXISTS `organizations_orgmemberquota` (
KEY `organizations_orgmemberquota_944dadb6` (`org_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

REPLACE INTO "django_content_type" VALUES(44,'client login token','base','clientlogintoken');
REPLACE INTO "django_content_type" VALUES(45,'org member quota','organizations','orgmemberquota');
REPLACE INTO django_content_type VALUES(44,'client login token','base','clientlogintoken');
REPLACE INTO django_content_type VALUES(45,'org member quota','organizations','orgmemberquota');

0 comments on commit d7140fd

Please sign in to comment.