Skip to content

Commit

Permalink
fix schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed May 2, 2024
1 parent 31c0ff9 commit 7e820e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/mysql/schema.00001.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE dep_names ADD COLUMN tokenpki_staging_cert_pem TEXT NULL, tokenpki_staging_cert_pem TEXT NULL;
ALTER TABLE dep_names ADD COLUMN tokenpki_staging_cert_pem TEXT NULL, ADD COLUMN tokenpki_staging_key_pem TEXT NULL;

0 comments on commit 7e820e4

Please sign in to comment.