diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 20:41:20 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 20:41:20 +0100 |
commit | a56ecb83c70e57144a4b01153aab21656c97e366 (patch) | |
tree | 6951efbfa4e89969452b097acb7531d6162de6a6 /schema | |
parent | c6dcfcfe833c28fec288918965fc31cd86199fb1 (diff) |
Sound as binary string
Diffstat (limited to 'schema')
-rw-r--r-- | schema/init.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/init.sql b/schema/init.sql index 68f1f92..ebd428b 100644 --- a/schema/init.sql +++ b/schema/init.sql @@ -34,6 +34,9 @@ CREATE TABLE alerts( text1 text NOT NULL, text2 text NOT NULL, text3 text NOT NULL, + audio1 bytea NOT NULL, + audio2 bytea NOT NULL, + audio3 bytea NOT NULL, reached_users INTEGER DEFAULT 0 NOT NULL, PRIMARY KEY(id), CONSTRAINT fk_users_id |