chore: remove template occurrences

This commit is contained in:
ITQ
2025-12-16 13:34:53 +03:00
parent 7eb44e9bde
commit 7f267f61f4
7 changed files with 3 additions and 44 deletions
@@ -1 +0,0 @@
drop table if exists orders;
@@ -1,5 +0,0 @@
create table if not exists orders (
id uuid primary key,
item varchar(500) not null,
quantity integer not null check (quantity > 0)
);