diff --git a/schema/crdb/dbinit.sql b/schema/crdb/dbinit.sql index 8f1f6ff46d4..25e4e3a23fc 100644 --- a/schema/crdb/dbinit.sql +++ b/schema/crdb/dbinit.sql @@ -1022,7 +1022,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' ); diff --git a/schema/crdb/turn-boot-on-fault-into-auto-restart/up01.sql b/schema/crdb/turn-boot-on-fault-into-auto-restart/up01.sql index 4542373e871..ad1ca45a428 100644 --- a/schema/crdb/turn-boot-on-fault-into-auto-restart/up01.sql +++ b/schema/crdb/turn-boot-on-fault-into-auto-restart/up01.sql @@ -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' );