aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-07 02:12:25 +0300
committerGravatar Vitaly Takmazov2019-04-07 02:12:25 +0300
commit97b37acdaee5d1665c2393254bc764bb4562729c (patch)
tree5ace12bc5b9aea564b3cb2acd5631267eae33474 /src/main/resources/db
parente359e0788d4d9c675a88daaebda416f38e2ac03a (diff)
Replies should have properties too
Diffstat (limited to 'src/main/resources/db')
-rw-r--r--src/main/resources/db/migration/V1.20__reply id in messages_properties.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/db/migration/V1.20__reply id in messages_properties.sql b/src/main/resources/db/migration/V1.20__reply id in messages_properties.sql
new file mode 100644
index 00000000..2ca5e018
--- /dev/null
+++ b/src/main/resources/db/migration/V1.20__reply id in messages_properties.sql
@@ -0,0 +1 @@
+ALTER TABLE messages_properties ADD COLUMN reply_id smallint(5) unsigned NOT NULL \ No newline at end of file