test: fix: .

This commit is contained in:
2026-05-01 22:19:43 +00:00
parent 5fd0dec6fe
commit ff608e56c5
4 changed files with 29 additions and 27 deletions
@@ -5,5 +5,5 @@ CREATE TABLE comments (
user_id INTEGER NOT NULL REFERENCES users(id) ON DELETE CASCADE,
content TEXT NOT NULL,
created_at TIMESTAMPTZ DEFAULT NOW()
);
) INHERITS ("hectic"."created_at");
@@ -1,4 +1,4 @@
CREATE TABLE items (
id SERIAL PRIMARY KEY,
name TEXT NOT NULL
);
) INHERITS ("hectic"."created_at");