mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
schema fix
device_id should be text, not bigint.
This commit is contained in:
parent
f863a52cea
commit
022b9176fe
@ -13,4 +13,4 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ALTER TABLE refresh_tokens ADD COLUMN device_id BIGINT;
|
ALTER TABLE refresh_tokens ADD COLUMN device_id TEXT;
|
||||||
|
Loading…
Reference in New Issue
Block a user