feat: remove unused cc_country table
This commit is contained in:
parent
f234aa7c42
commit
a8cb62586e
21 changed files with 33 additions and 2424 deletions
|
@ -394,19 +394,6 @@ CREATE TABLE "cc_subjs_token"
|
|||
CONSTRAINT "cc_subjs_token_idx" UNIQUE ("token")
|
||||
);
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
-- cc_country
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
DROP TABLE IF EXISTS "cc_country" CASCADE;
|
||||
|
||||
CREATE TABLE "cc_country"
|
||||
(
|
||||
"isocode" CHAR(3) NOT NULL,
|
||||
"name" VARCHAR(255) NOT NULL,
|
||||
PRIMARY KEY ("isocode")
|
||||
);
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
-- cc_stream_setting
|
||||
-----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue