From e9ce0f5ca752f044716c17384bd7ef2486d74805 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Fri, 19 Jan 2024 22:31:41 -0600 Subject: Fix interactions with button responses. --- migrations/20240118234708_init_discocaml.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'migrations') diff --git a/migrations/20240118234708_init_discocaml.sql b/migrations/20240118234708_init_discocaml.sql index adce26a..635be48 100644 --- a/migrations/20240118234708_init_discocaml.sql +++ b/migrations/20240118234708_init_discocaml.sql @@ -2,6 +2,6 @@ -- time. If we ever get theorem proving support, this'll probably need to be -- extended... That, or we just have another table for the context? CREATE TABLE IF NOT EXISTS discocaml_exprs - ( interaction_id INTEGER PRIMARY KEY - , expr TEXT NOT NULL + ( rowid INTEGER PRIMARY KEY + , expr TEXT NOT NULL ); -- cgit v1.2.3