Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 82e3807a6a |
@@ -0,0 +1,9 @@
|
|||||||
|
-- Migration: 0036_add_missing_coat_type_values.sql
|
||||||
|
-- Adds missing values to coat_type enum that seed.ts requires but which were
|
||||||
|
-- omitted from the 0031_buffer_rules.sql CREATE TYPE statement (migration drift).
|
||||||
|
-- 0031 created: 'smooth', 'double', 'wire', 'curly', 'long', 'hairless'
|
||||||
|
-- Missing (from schema.ts coatTypeEnum): 'short', 'medium', 'silky'
|
||||||
|
|
||||||
|
ALTER TYPE "coat_type" ADD VALUE IF NOT EXISTS 'short';
|
||||||
|
ALTER TYPE "coat_type" ADD VALUE IF NOT EXISTS 'medium';
|
||||||
|
ALTER TYPE "coat_type" ADD VALUE IF NOT EXISTS 'silky';
|
||||||
@@ -248,10 +248,10 @@
|
|||||||
"breakpoints": true
|
"breakpoints": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idx": 35,
|
"idx": 36,
|
||||||
"version": "7",
|
"version": "7",
|
||||||
"when": 1751480000000,
|
"when": 1751480000000,
|
||||||
"tag": "0035_add_missing_coat_type_values",
|
"tag": "0036_add_missing_coat_type_values",
|
||||||
"breakpoints": true
|
"breakpoints": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user