feat: adds column share_id on room_nextcloud_mapping table

pull/111/head
KevICO 4 years ago committed by Kevin ICOL
parent 8de0b5fbf9
commit 0f56770a65
  1. 2
      synapse/storage/databases/main/schema/delta/58/watcha_05share_id.sql

@ -1 +1 @@
ALTER TABLE room_nextcloud_mapping ADD COLUMN share_id INTEGER;
ALTER TABLE room_nextcloud_mapping ADD COLUMN share_id INTEGER NOT NULL;

Loading…
Cancel
Save