Rename table grant to grants

merge-requests/24/head
T-Midnight 6 years ago
parent d7721ce19d
commit fcbd91760d

@ -0,0 +1,9 @@
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
<changeSet author="tanya" id="20181224_000000-1">
<renameTable oldTableName="grant"
newTableName="grants"/>
</changeSet>
</databaseChangeLog>
Loading…
Cancel
Save