mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
remove instance column from fedi account table
This commit is contained in:
parent
1d296ec3bd
commit
037dd05148
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ CREATE TABLE IF NOT EXISTS `credentials` (
|
|||
CREATE TABLE IF NOT EXISTS `fedi_account` (
|
||||
`handle` VARCHAR(128) NOT NULL,
|
||||
`outbox` VARCHAR(256) PRIMARY KEY,
|
||||
`instance` VARCHAR(256) NOT NULL,
|
||||
FOREIGN KEY (`credentials_id`) REFERENCES credentials(id) ON DELETE CASCADE
|
||||
);
|
||||
CREATE TABLE IF NOT EXISTS `posts` (
|
||||
|
|
Loading…
Reference in a new issue