Fix typo in mysql migration file for org secrets
This commit is contained in:
parent
5a0a07e553
commit
703481d997
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
-- name: create-table-org-secrets
|
||||
|
||||
CREATE TABLE IF NOT EXISTS orgsecrets (
|
||||
secret_id INTEGER PRIMARY KEY AUTOINCREMENT
|
||||
secret_id INTEGER PRIMARY KEY AUTO_INCREMENT
|
||||
,secret_namespace VARCHAR(50)
|
||||
,secret_name VARCHAR(200)
|
||||
,secret_type VARCHAR(50)
|
||||
|
|
Loading…
Reference in a new issue