From 23ffd55b7b30ab198c5de91d257fb65f21e4bdfe Mon Sep 17 00:00:00 2001 From: w Date: Wed, 25 Jun 2025 00:59:39 -0300 Subject: [PATCH] typo --- migrations/0006_card_stats.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/migrations/0006_card_stats.sql b/migrations/0006_card_stats.sql index 66e2d9b..780cd75 100644 --- a/migrations/0006_card_stats.sql +++ b/migrations/0006_card_stats.sql @@ -16,11 +16,11 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/. */ -ALTER TABLE card +ALTER TABLE cards ADD COLUMN power INTEGER NOT NULL DEFAULT 0; -ALTER TABLE card +ALTER TABLE cards ADD COLUMN charm INTEGER NOT NULL DEFAULT 0; -ALTER TABLE card +ALTER TABLE cards ADD COLUMN wit INTEGER NOT NULL DEFAULT 0; \ No newline at end of file