0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-08 04:08:58 +02:00

schema fix

device_id should be text, not bigint.
This commit is contained in:
Richard van der Hoff 2016-07-19 11:44:05 +01:00
parent f863a52cea
commit 022b9176fe

View file

@ -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;