Skip to content
Snippets Groups Projects
Commit 022b9176 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

schema fix

device_id should be text, not bigint.
parent f863a52c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment