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

Commit7a8da08

Browse files
authored
feat: add api_version column to workspace_agents (#10418)
Adds api_version to workspace_agents tablePart of#10399
1 parent6b7858c commit7a8da08

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

‎coderd/database/dump.sql

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
BEGIN;
2+
ALTERTABLE workspace_agents DROP COLUMN api_version;
3+
COMMIT;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
BEGIN;
2+
ALTERTABLE workspace_agents ADD COLUMN api_versionTEXT DEFAULT''NOT NULL;
3+
COMMIT;

‎coderd/database/models.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/database/queries.sql.go

Lines changed: 14 additions & 7 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/database/sqlc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ overrides:
3838
api_key_scope:APIKeyScope
3939
api_key_scope_all:APIKeyScopeAll
4040
api_key_scope_application_connect:APIKeyScopeApplicationConnect
41+
api_version:APIVersion
4142
avatar_url:AvatarURL
4243
created_by_avatar_url:CreatedByAvatarURL
4344
dbcrypt_key:DBCryptKey

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp