removed testing stuff

This commit is contained in:
filipriec
2025-02-21 17:23:55 +01:00
parent bb34cf5f65
commit 6e1971b699
3 changed files with 0 additions and 18 deletions

View File

@@ -1,6 +0,0 @@
-- Add migration script here
CREATE TABLE processed_data (
id SERIAL PRIMARY KEY,
content TEXT NOT NULL,
created_at TIMESTAMP DEFAULT NOW()
);