You've already forked AstralRinth
forked from didirus/AstralRinth
Register notification routes, add action method for notifications, and fix auto-featuring versions
This commit is contained in:
@@ -13,5 +13,6 @@ CREATE TABLE notifications_actions (
|
||||
id serial PRIMARY KEY,
|
||||
notification_id bigint REFERENCES notifications NOT NULL,
|
||||
title varchar(255) NOT NULL,
|
||||
action_route varchar(2048) NOT NULL
|
||||
action_route varchar(2048) NOT NULL,
|
||||
action_route_method varchar(32) NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user