duzo zmian i funkcji

This commit is contained in:
Mateusz Gruszczyński
2025-07-02 23:51:19 +02:00
parent 36cdcf175a
commit b02bd27aa1
10 changed files with 285 additions and 125 deletions

5
alters.txt Normal file
View File

@ -0,0 +1,5 @@
# SUGEROWANE PRODUKTY
CREATE TABLE IF NOT EXISTS suggested_product (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name TEXT UNIQUE NOT NULL
);