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

Commitd954154

Browse files
committed
remove unused columns in test_databases
1 parent1e293c2 commitd954154

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎coderd/database/dbtestutil/coder_testing.sql‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ CREATE TABLE IF NOT EXISTS test_databases (
22
nametextPRIMARY KEY,
33
created_attimestamp with time zoneNOT NULL DEFAULTCURRENT_TIMESTAMP,
44
dropped_attimestamp with time zone,-- null means it hasn't been dropped
5-
process_uuid uuidNOT NULL,
6-
-- these are both unused for now, but we'd like to include them for statistics later
7-
test_packagetext,
8-
test_nametext
5+
process_uuid uuidNOT NULL
96
);
107

118
CREATEINDEXIF NOT EXISTS test_databases_process_uuidON test_databases (process_uuid, dropped_at);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp