This website requires JavaScript.
Explore
Help
Sign In
crashlabs
/
huskies
Watch
0
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
37
Wiki
Activity
Files
182771192bfc26bc7d16b2f15b670ad83d403f28
huskies
/
server
/
migrations
/
20250514000001_timers.sql
T
5 lines
101 B
SQL
Raw
Normal View
History
Unescape
Escape
huskies: merge 1061
2026-05-14 20:08:09 +00:00
CREATE
TABLE
IF
NOT
EXISTS
timers
(
story_id
TEXT
PRIMARY
KEY
,
scheduled_at
TEXT
NOT
NULL
);
Reference in New Issue
Copy Permalink