Updated propel models

This commit is contained in:
drigato 2014-12-16 14:20:28 -05:00
parent 2af14e099b
commit ff0a685243
2 changed files with 0 additions and 18 deletions

View file

@ -605,17 +605,6 @@ CREATE TABLE "cc_listener_count"
);
-----------------------------------------------------------------------
DROP TABLE IF EXISTS "cc_locale" CASCADE;
CREATE TABLE "cc_locale"
(
"id" serial NOT NULL,
"locale_code" VARCHAR(16) NOT NULL,
"locale_lang" VARCHAR(128) NOT NULL,
PRIMARY KEY ("id")
);
-- cc_playout_history
-----------------------------------------------------------------------