From 00ab9734e880219fa68fed98cefda5ce12958e4b Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 18 Jan 2025 18:10:35 +0000 Subject: implement global settings system --- migrations/20250118_164240_create_global_setting.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 migrations/20250118_164240_create_global_setting.php (limited to 'migrations/20250118_164240_create_global_setting.php') diff --git a/migrations/20250118_164240_create_global_setting.php b/migrations/20250118_164240_create_global_setting.php new file mode 100644 index 0000000..af51fb9 --- /dev/null +++ b/migrations/20250118_164240_create_global_setting.php @@ -0,0 +1,13 @@ +register(20250118_164240, function (PDO $db) { + // global settings table + $db->exec(<<