Please enable JavaScript.
Coggle requires JavaScript to display documents.
((<changeSet author="boris" id="dropTable…
<changeSet author="boris" id="dropTable_databasechangelog">
<dropTable
cascadeConstraints="true"
schemaName="public"
tableName="tables"/>
</changeSet>
<changeSet author="boris" id="dropTab_databasechangeloglock">
<dropTable
cascadeConstraints="true"
schemaName="public"
tableName="databasechangeloglock"/>
</changeSet>
<changeSet author="boris" id="dropTable_quiz">
<dropTable
cascadeConstraints="true"
schemaName="public"
tableName="quiz"/>
</changeSet>
<changeSet author="boris" id="dropTable_poll_question">
<dropTable
cascadeConstraints="true"
schemaName="public"
tableName="poll_question"/>
</changeSet>
<changeSet author="boris" id="drop_seq_id_quiz">
<dropSequence
sequenceName="seq_id_quiz"/>
</changeSet>
<changeSet author="boris" id="drop_seq_id_poll">
<dropSequence
sequenceName="seq_id_poll"/>
</changeSet>
<changeSet author="boris" id="drop_seq_displayOrder">
<dropSequence
sequenceName="seq_displayOrder"/>
</changeSet>