aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/specific/postgresql/V1.7__reply_uri.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/specific/postgresql/V1.7__reply_uri.sql')
-rw-r--r--src/main/resources/db/specific/postgresql/V1.7__reply_uri.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/db/specific/postgresql/V1.7__reply_uri.sql b/src/main/resources/db/specific/postgresql/V1.7__reply_uri.sql
new file mode 100644
index 00000000..09dcfb56
--- /dev/null
+++ b/src/main/resources/db/specific/postgresql/V1.7__reply_uri.sql
@@ -0,0 +1 @@
+ALTER TABLE replies ADD COLUMN reply_uri character varying(255) DEFAULT NULL;