From c2fd4356225607c45a162370ec229662a1d5c871 Mon Sep 17 00:00:00 2001 From: w Date: Tue, 3 Jun 2025 22:53:10 -0300 Subject: [PATCH] weighing migration --- migrations/0002_weigh_infer.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/0002_weigh_infer.sql diff --git a/migrations/0002_weigh_infer.sql b/migrations/0002_weigh_infer.sql new file mode 100644 index 0000000..28a1002 --- /dev/null +++ b/migrations/0002_weigh_infer.sql @@ -0,0 +1 @@ +ALTER TABLE characters DROP COLUMN weight;