mirror of
https://github.com/harness/drone.git
synced 2025-05-01 13:11:27 +00:00
Fix typo in mysql migration file for org secrets
This commit is contained in:
parent
5a0a07e553
commit
703481d997
@ -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…
x
Reference in New Issue
Block a user