prerender preview size
This commit is contained in:
11
apiGo/database/migrations/20211001195845_width_height.sql
Normal file
11
apiGo/database/migrations/20211001195845_width_height.sql
Normal file
@ -0,0 +1,11 @@
|
||||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
alter table videos
|
||||
add previewratio FLOAT default -1.0 null;
|
||||
-- +goose StatementEnd
|
||||
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
alter table videos
|
||||
drop previewratio;
|
||||
-- +goose StatementEnd
|
Reference in New Issue
Block a user