SAAS-596: Store file size and hash in database
Added upgrader class to add new filesize column
This commit is contained in:
parent
58f9ffd0eb
commit
fd0db11450
3 changed files with 48 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE cc_files ADD COLUMN filesize integer NOT NULL
|
||||
CONSTRAINT filesize_default DEFAULT 0
|
Loading…
Add table
Add a link
Reference in a new issue