mautrix-discord/database/migrations/14-add-encrypted-column-to-portal-table.sql
Gary Kramlich c5f58afe71 End to bridge encryption implementation
So far this is passing my basic tests, but could use some testing from people
that are much more familiar with how this is supposed to work.

Refs #27
2022-04-27 12:43:12 -05:00

1 line
72 B
SQL

ALTER TABLE portal ADD COLUMN encrypted BOOLEAN NOT NULL DEFAULT false;