We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70e9f8 commit 69c7f65Copy full SHA for 69c7f65
migrations/frontend/1671543381_add_default_roles/up.sql
@@ -1,6 +1,6 @@
1
-- system roles that come with every sourcegraph instance
2
INSERT INTO
3
- roles
+ roles (id, name, created_at, deleted_at, readonly)
4
VALUES
5
(1, 'USER', '2023-01-04 16:29:41.195966+00', NULL, TRUE),
6
(2, 'SITE_ADMINISTRATOR', '2023-01-04 16:29:41.195966+00', NULL, TRUE)
0 commit comments