Skip to content

Commit

Permalink
Use jsonb
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit committed Jan 29, 2025
1 parent 8f1524a commit b384528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nav/models/sql/changes/sc.05.13.0001.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CREATE TABLE manage.JWTRefreshToken (
id SERIAL PRIMARY KEY,
data JSON NOT NULL,
data JSONB NOT NULL,
name VARCHAR NOT NULL UNIQUE,
description VARCHAR,
hash VARCHAR NOT NULL
Expand Down

0 comments on commit b384528

Please sign in to comment.