refactor: rename product column

This commit is contained in:
Vlad Stan 2023-02-28 12:28:40 +02:00
parent 304ab683a4
commit 2b106a203e

View file

@ -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,