Skip to content

Commit

Permalink
create migration
Browse files Browse the repository at this point in the history
  • Loading branch information
lamonato29 committed May 4, 2024
1 parent 3b338ae commit 9036c7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/migrations/35.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
// Alter column type so we can have bigger pages.
$db->exec('ALTER TABLE myaac_pages CHANGE body body LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;');

0 comments on commit 9036c7e

Please sign in to comment.