Fix migrate SQL

This commit is contained in:
Виктор Гладких 2019-10-14 17:56:51 +03:00
parent 01a32f66e8
commit 8d2d5b87ac
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
SET search_path TO gm, public;
delete from comment_comment as cc;
delete from location_country_languages;
delete from translation_language as tl;

View File

@ -1,3 +1,5 @@
SET search_path TO gm, public;
CREATE TABLE codelang (
code varchar(100) NULL,
country varchar(10000) NULL