This website requires JavaScript.
Explore
Help
Register
Sign In
haeaeae
/
silo-server
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
silo-server
/
internal
/
database
/
testdata
/
concurrent
/
001_create_widgets.up.sql
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
6 lines
92 B
SQL
Raw
Permalink
Normal View
History
Unescape
Escape
Initial Silo migration
2026-05-22 20:26:11 -04:00
SELECT
pg_sleep
(
0
.
2
);
CREATE
TABLE
IF
NOT
EXISTS
widgets
(
id
BIGSERIAL
PRIMARY
KEY
);
Reference in New Issue
Copy Permalink