diff options
Diffstat (limited to 'src/main/resources/db/specific/postgresql/V1.8__html reply.sql')
-rw-r--r-- | src/main/resources/db/specific/postgresql/V1.8__html reply.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/db/specific/postgresql/V1.8__html reply.sql b/src/main/resources/db/specific/postgresql/V1.8__html reply.sql new file mode 100644 index 00000000..88bcc04c --- /dev/null +++ b/src/main/resources/db/specific/postgresql/V1.8__html reply.sql @@ -0,0 +1 @@ +ALTER TABLE replies ADD COLUMN html smallint NOT NULL DEFAULT '0';
\ No newline at end of file |