chore: Enable comments for database dump / models (#3661)

This commit is contained in:
Mathias Fredriksson
2022-08-24 15:44:30 +03:00
committed by GitHub
parent 253e6cbffa
commit 7a71180ae6
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -138,6 +138,8 @@ CREATE TABLE licenses (
exp timestamp with time zone NOT NULL
);
COMMENT ON COLUMN licenses.exp IS 'exp tracks the claim of the same name in the JWT, and we include it here so that we can easily query for licenses that have not yet expired.';
CREATE SEQUENCE licenses_id_seq
AS integer
START WITH 1