Skip to content

Commit a77e5f7

Browse files
authored
Merge pull request #11 from b13/bugfix/schema
[BUGFIX] db schema definition
2 parents 220d788 + 42c5602 commit a77e5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
CREATE TABLE tt_content (
2-
code_language text DEFAULT '' NOT NULL
2+
code_language text
33
);

0 commit comments

Comments
 (0)