From e303a49fd322f4749f8ed2c8f75ce012174eed99 Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 3 Jan 2025 03:45:29 +0000 Subject: [PATCH] Actually create the tables holy shit... --- ...4_12_25_123334_pools_system_with_rules.php | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/database/2024_12_25_123334_pools_system_with_rules.php b/database/2024_12_25_123334_pools_system_with_rules.php index 8aa7e4a..d0f5a1b 100644 --- a/database/2024_12_25_123334_pools_system_with_rules.php +++ b/database/2024_12_25_123334_pools_system_with_rules.php @@ -4,6 +4,40 @@ use Index\Db\Migration\DbMigration; final class PoolsSystemWithRules_20241225_123334 implements DbMigration { public function migrate(DbConnection $conn): void { + // Create pools tables LOL HOW COULD I FORGET THIS WHAT + $conn->execute(<<execute(<<execute('UPDATE prm_uploads SET upload_accessed = upload_created WHERE upload_accessed IS NULL');