forked from Archives/Athou_commafeed
add support for custom js code that will be executed on page load (#1032)
This commit is contained in:
@@ -9,4 +9,10 @@
|
||||
<dropColumn tableName="USERSETTINGS" columnName="viewMode" />
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="add-customjs-column" author="athou">
|
||||
<addColumn tableName="USERSETTINGS">
|
||||
<column name="customJs" type="CLOB" />
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user