summaryrefslogtreecommitdiff
path: root/migrations/2024-05-11T02-53-05_init/up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/2024-05-11T02-53-05_init/up.sql')
-rw-r--r--migrations/2024-05-11T02-53-05_init/up.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/migrations/2024-05-11T02-53-05_init/up.sql b/migrations/2024-05-11T02-53-05_init/up.sql
index afb26b7..b33f1e4 100644
--- a/migrations/2024-05-11T02-53-05_init/up.sql
+++ b/migrations/2024-05-11T02-53-05_init/up.sql
@@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS actions (
channel_id INTEGER NOT NULL REFERENCES channels(id) ON DELETE CASCADE,
command TEXT NOT NULL,
arguments TEXT,
- full_message TEXT NOT NULL,
+ response TEXT,
sent_at TIMESTAMP NOT NULL DEFAULT UTC_TIMESTAMP
);