mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
proxy images through commafeed (#231)
This commit is contained in:
@@ -222,6 +222,13 @@
|
||||
<column name="created" type="DATETIME" />
|
||||
</addColumn>
|
||||
<sql>update USERS set created = lastLogin</sql>
|
||||
</changeSet>
|
||||
</changeSet>
|
||||
|
||||
<changeSet author="athou" id="add-proxy-setting">
|
||||
<addColumn tableName="APPLICATIONSETTINGS">
|
||||
<column name="imageProxyEnabled" type="BIT" />
|
||||
</addColumn>
|
||||
<sql>update APPLICATIONSETTINGS set imageProxyEnabled=false</sql>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user