Fix migrate SQL
This commit is contained in:
parent
01a32f66e8
commit
8d2d5b87ac
|
|
@ -1,3 +1,6 @@
|
||||||
|
SET search_path TO gm, public;
|
||||||
|
|
||||||
|
|
||||||
delete from comment_comment as cc;
|
delete from comment_comment as cc;
|
||||||
delete from location_country_languages;
|
delete from location_country_languages;
|
||||||
delete from translation_language as tl;
|
delete from translation_language as tl;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
SET search_path TO gm, public;
|
||||||
|
|
||||||
CREATE TABLE codelang (
|
CREATE TABLE codelang (
|
||||||
code varchar(100) NULL,
|
code varchar(100) NULL,
|
||||||
country varchar(10000) NULL
|
country varchar(10000) NULL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user