Начал делать API для постов
This commit is contained in:
@@ -69,4 +69,7 @@ CREATE TABLE invites (
|
||||
author_id INT UNSIGNED NULL COMMENT 'ID of user, who created invite',
|
||||
uses_last SMALLINT UNSIGNED NOT NULL COMMENT 'Remaining uses of invite'
|
||||
);
|
||||
CREATE TABLE approved_tags (
|
||||
value VARCHAR(255) NOT NULL COMMENT 'The tag itself'
|
||||
);
|
||||
```
|
Reference in New Issue
Block a user