hopefully not a horribly foolish refactoring
This commit is contained in:
parent
59d660165f
commit
1ecaf64dea
82 changed files with 782 additions and 398 deletions
|
@ -22,6 +22,9 @@ CREATE TABLE blog.post_media
|
|||
id uuid PRIMARY KEY,
|
||||
post_id uuid NOT NULL REFERENCES blog.post (id) ON DELETE CASCADE,
|
||||
url text NOT NULL,
|
||||
type varchar(64),
|
||||
width int,
|
||||
height int,
|
||||
ordering int NOT NULL
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue