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
de7d22cb9f862f8a454fbad2fd56c3f0aaffe17d
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