Initial commit
Basic POST and GET callback have been implemented
This commit is contained in:
1
migrations/2019-02-10-163625_callback/down.sql
Normal file
1
migrations/2019-02-10-163625_callback/down.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE callbacks
|
||||
5
migrations/2019-02-10-163625_callback/up.sql
Normal file
5
migrations/2019-02-10-163625_callback/up.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE callbacks (
|
||||
id SERIAL PRIMARY KEY,
|
||||
url VARCHAR NOT NULL,
|
||||
scheduled_date TIMESTAMP WITH TIME ZONE NOT NULL
|
||||
)
|
||||
Reference in New Issue
Block a user