diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/dawn.sql | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index f07cce69..fe45f54b 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -3273,11 +3273,4 @@ CREATE TABLE citco_trs ( compound_avg_frequency "frequency" NOT NULL, fixing_frequency "frequency" NOT NULL, committed bool NOT NULL default False -); - - -CREATE TABLE citco_mapping ( - "enum" text NOT NULL, - "mapping" text NOT NULL, - CONSTRAINT citco_mapping_un UNIQUE (enum, mapping) -); +);
\ No newline at end of file |
