Loading storage/queries/seed.sql +1 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,4 @@ VALUES ('GENERAL', 'Default general bulletin folder.', 1, 1); -- name: SeedGeneralOwner :exec INSERT INTO owners (folder, owner) VALUES ('GENERAL', 'SYSTEM'); INSERT INTO owners (folder, login) VALUES ('GENERAL', 'SYSTEM'); storage/seed.sql.go +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ func (q *Queries) SeedFolderGeneral(ctx context.Context) error { } const seedGeneralOwner = `-- name: SeedGeneralOwner :exec INSERT INTO owners (folder, owner) VALUES ('GENERAL', 'SYSTEM') INSERT INTO owners (folder, login) VALUES ('GENERAL', 'SYSTEM') ` func (q *Queries) SeedGeneralOwner(ctx context.Context) error { Loading Loading
storage/queries/seed.sql +1 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,4 @@ VALUES ('GENERAL', 'Default general bulletin folder.', 1, 1); -- name: SeedGeneralOwner :exec INSERT INTO owners (folder, owner) VALUES ('GENERAL', 'SYSTEM'); INSERT INTO owners (folder, login) VALUES ('GENERAL', 'SYSTEM');
storage/seed.sql.go +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ func (q *Queries) SeedFolderGeneral(ctx context.Context) error { } const seedGeneralOwner = `-- name: SeedGeneralOwner :exec INSERT INTO owners (folder, owner) VALUES ('GENERAL', 'SYSTEM') INSERT INTO owners (folder, login) VALUES ('GENERAL', 'SYSTEM') ` func (q *Queries) SeedGeneralOwner(ctx context.Context) error { Loading