Fix typo in mysql migration file for org secrets

This commit is contained in:
quux 2019-04-17 17:23:51 -04:00 committed by GitHub
parent 5a0a07e553
commit 703481d997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)