mirror of
https://git.sr.ht/~iwakuralain/text0Nly
synced 2025-07-27 15:36:11 +00:00
whoopsie
This commit is contained in:
parent
8b572ba333
commit
3e4ba8b2ff
@ -29,7 +29,7 @@ CREATE TABLE registrations (
|
||||
);
|
||||
|
||||
DELIMITER //
|
||||
CREATE PROCEDURE migrate_if_needed()
|
||||
CREATE OR REPLACE PROCEDURE migrate_if_needed()
|
||||
BEGIN
|
||||
IF NOT EXISTS (SELECT * FROM information_schema.tables WHERE table_name = 'messages') THEN
|
||||
CREATE TABLE messages (
|
||||
|
Loading…
x
Reference in New Issue
Block a user