Skip to content

Commit

Permalink
Put model in manage namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit committed Nov 7, 2023
1 parent 090f8e8 commit b7a8fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nav/models/sql/changes/sc.05.05.0002.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Create table for storing JWT refresh tokens
CREATE TABLE JWTRefreshToken (
CREATE TABLE manage.JWTRefreshToken (
id SERIAL PRIMARY KEY,
token VARCHAR NOT NULL,
name VARCHAR NOT NULL UNIQUE,
Expand Down

0 comments on commit b7a8fa6

Please sign in to comment.