From 9036c7ea19beb752fed4e62c39ca6d945b0073bf Mon Sep 17 00:00:00 2001 From: Bruno Lamonato Date: Sat, 4 May 2024 10:27:24 -0300 Subject: [PATCH] create migration --- system/migrations/35.php | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/migrations/35.php diff --git a/system/migrations/35.php b/system/migrations/35.php new file mode 100644 index 000000000..7b61aaa56 --- /dev/null +++ b/system/migrations/35.php @@ -0,0 +1,3 @@ +exec('ALTER TABLE myaac_pages CHANGE body body LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;');