SAAS-596: Store file size and hash in database

Added upgrader class to add new filesize column
This commit is contained in:
drigato 2015-02-19 16:27:50 -05:00
parent 58f9ffd0eb
commit fd0db11450
3 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE cc_files ADD COLUMN filesize integer NOT NULL
CONSTRAINT filesize_default DEFAULT 0