mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 02:19:27 +00:00
14 lines
557 B
Diff
14 lines
557 B
Diff
diff --git a/sa/db/boulder_sa/20240514000000_Paused.sql b/sa/db/boulder_sa/20240514000000_Paused.sql
|
|
index 9f5890cad..1707916ba 100644
|
|
--- a/sa/db/boulder_sa/20240514000000_Paused.sql
|
|
+++ b/sa/db/boulder_sa/20240514000000_Paused.sql
|
|
@@ -5,7 +5,7 @@
|
|
-- partition it. This table expected to be < 800K rows initially and grow at a
|
|
-- rate of ~18% per year.
|
|
|
|
-CREATE TABLE `paused` (
|
|
+CREATE TABLE IF NOT EXISTS `paused` (
|
|
`registrationID` bigint(20) UNSIGNED NOT NULL,
|
|
`identifierType` tinyint(4) NOT NULL,
|
|
`identifierValue` varchar(255) NOT NULL,
|