From 2713c1f73a39d4106936d4c52bf8f18d810d7f3c Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 13 Dec 2024 23:53:23 +0000 Subject: add instance information --- migrations/20241213_164314_create_instance.php | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 migrations/20241213_164314_create_instance.php (limited to 'migrations') diff --git a/migrations/20241213_164314_create_instance.php b/migrations/20241213_164314_create_instance.php new file mode 100644 index 0000000..fdd2f22 --- /dev/null +++ b/migrations/20241213_164314_create_instance.php @@ -0,0 +1,33 @@ +register(20241213_164314, function (PDO $db) { + // table of instance information + // also decided to move (un)subscribe endpoints to be global instead of actor-specific + // hope to yourself that there wasn't any data in those because im too lazy to move it properly lol + $db->beginTransaction(); + $db->exec(<<commit(); +}); -- cgit v1.3