mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 09:47:50 +03:00
Эндпоинт fcm/set-token.
This commit is contained in:
@@ -2,5 +2,5 @@ CREATE TABLE fcm
|
||||
(
|
||||
user_id text PRIMARY KEY NOT NULL REFERENCES users (id),
|
||||
token text NOT NULL,
|
||||
topics text[] NOT NULL
|
||||
topics text[] NOT NULL CHECK ( array_position(topics, null) is null )
|
||||
);
|
||||
Reference in New Issue
Block a user