mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-05 03:41:41 +00:00
schema fix
device_id should be text, not bigint.
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
ALTER TABLE refresh_tokens ADD COLUMN device_id BIGINT;
|
||||
ALTER TABLE refresh_tokens ADD COLUMN device_id TEXT;
|
||||
|
||||
Reference in New Issue
Block a user