Skip to content
Snippets Groups Projects
Commit c9a3c72d authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

merged origin/master into NotficationCenter

parents f6749dcb 84fb920d
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 0 deletions
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="j.goderbauer" id="2f82302d-1fb0-46d2-a290-dbeca32f427f">
<addColumn tableName="PERSON">
<column name="PICTURE" type="BLOB"/>
</addColumn>
<addColumn tableName="ORGANISATION">
<column name="PICTURE" type="BLOB"/>
</addColumn>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment