Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb67e7e7

Browse files
committed
remove extra columns
1 parentdc06ffd commitb67e7e7

File tree

5 files changed

+73
-457
lines changed

5 files changed

+73
-457
lines changed

‎coderd/database/dump.sql

Lines changed: 11 additions & 108 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
DROPINDEX idx_organization_member_user_id_uuid;
2-
DROPINDEX idx_organization_member_organization_id_uuid;
1+
DROPTABLE licenses;
2+
DROPTABLE api_keys;
3+
DROPTABLE organization_members;
4+
DROPTABLE organizations;
5+
DROPTABLE users;
36

4-
DROPTRIGGER trig_uuid_to_longid_usersON users;
5-
DROPTRIGGER trig_uuid_to_longid_organizationsON organizations;
6-
DROPTRIGGER trig_uuid_to_longid_organization_members_user_idON organization_members;
7-
DROPTRIGGER trig_uuid_to_longid_organization_members_org_idON organization_members;
8-
DROPTRIGGER trig_uuid_to_longid_api_keys_user_idON api_keys;
7+
DROPTYPE login_type;
98

10-
DROPFUNCTION org_uuid_to_longid_trigger;
11-
DROPFUNCTION user_uuid_to_longid_trigger;
12-
DROPFUNCTION uuid_to_longid_trigger;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp