From 2b106a203e0d3c4f3112322b4cd9d04d5e95738d Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Tue, 28 Feb 2023 12:28:40 +0200 Subject: [PATCH] refactor: rename product column --- migrations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations.py b/migrations.py index 0880b62..51567b5 100644 --- a/migrations.py +++ b/migrations.py @@ -39,7 +39,7 @@ async def m001_initial(db): CREATE TABLE nostrmarket.products ( id TEXT PRIMARY KEY, stall_id TEXT NOT NULL, - product TEXT NOT NULL, + name TEXT NOT NULL, categories TEXT, description TEXT, image TEXT,