diff --git a/migrations/000.583.sql b/migrations/000.583.sql new file mode 100644 index 0000000..f30f457 --- /dev/null +++ b/migrations/000.583.sql @@ -0,0 +1,5 @@ +-- Truncate the category_texts_updated table +TRUNCATE TABLE category_texts_updated; + +-- In the category_texts table, when text_length is long set it to short +UPDATE category_texts SET text_length = 'short' WHERE text_length = 'long';