From 1a2241c40e10193c5ff7008a7b7b36cc1d855d96 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Tue, 25 Mar 2025 15:55:45 +0900 Subject: initial commit --- db/migrations/0032_unusual_speedball.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 db/migrations/0032_unusual_speedball.sql (limited to 'db/migrations/0032_unusual_speedball.sql') diff --git a/db/migrations/0032_unusual_speedball.sql b/db/migrations/0032_unusual_speedball.sql new file mode 100644 index 00000000..b977f270 --- /dev/null +++ b/db/migrations/0032_unusual_speedball.sql @@ -0,0 +1 @@ +ALTER TABLE "forms" ADD COLUMN "class" varchar(100) NOT NULL; \ No newline at end of file -- cgit v1.2.3