mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 16:54:50 -04:00
schema fix
device_id should be text, not bigint.
This commit is contained in:
parent
f863a52cea
commit
022b9176fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue