test: fix: .

This commit is contained in:
2026-05-01 22:19:43 +00:00
parent 0a54a41670
commit 35e35980b4
4 changed files with 29 additions and 27 deletions

View File

@@ -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");

View File

@@ -1,4 +1,4 @@
CREATE TABLE items (
id SERIAL PRIMARY KEY,
name TEXT NOT NULL
);
) INHERITS ("hectic"."created_at");