mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: Enable comments for database dump / models (#3661)
This commit is contained in:
committed by
GitHub
parent
253e6cbffa
commit
7a71180ae6
Generated
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user