SAAS-596: Store file size and hash in database
Removed md5_hash column from cc_files since there is already a md5 column
This commit is contained in:
parent
5bd3371ec2
commit
e5d6797ce7
6 changed files with 16 additions and 119 deletions
|
@ -83,7 +83,6 @@
|
|||
<column name="is_scheduled" phpName="DbIsScheduled" type="BOOLEAN" defaultValue="false"/>
|
||||
<column name="is_playlist" phpName="DbIsPlaylist" type="BOOLEAN" defaultValue="false"/>
|
||||
<column name="filesize" phpName="DbFilesize" type="Integer" required="true" defaultValue="0"/>
|
||||
<column name="md5_hash" phpName="DbMd5Hash" type="VARCHAR" size="512" required="true" defaultValue="" />
|
||||
<foreign-key foreignTable="cc_subjs" phpName="FkOwner" name="cc_files_owner_fkey">
|
||||
<reference local="owner_id" foreign="id"/>
|
||||
</foreign-key>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue