Skip to content

Commit

Permalink
my old enemy, sql's lack of trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Sep 1, 2024
1 parent f3df6ad commit 3451f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/crdb/dbinit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ CREATE TYPE IF NOT EXISTS omicron.public.instance_auto_restart AS ENUM (
* The instance should be automatically restarted any time a fault is
* detected
*/
'all_failures',
'all_failures'
);


Expand Down
2 changes: 1 addition & 1 deletion schema/crdb/turn-boot-on-fault-into-auto-restart/up01.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ CREATE TYPE IF NOT EXISTS omicron.public.instance_auto_restart AS ENUM (
* The instance should be automatically restarted any time a fault is
* detected
*/
'all_failures',
'all_failures'
);

0 comments on commit 3451f80

Please sign in to comment.