RebelCode/rcmod-wp-bookings-cqrs

View on GitHub
migrations/1-down.sql

Summary

Maintainability
Test Coverage
drop table if exists `${cqrs/bookings/table}`;

drop table if exists `${cqrs/session_rules/table}`;

drop table if exists `${cqrs/sessions/table}`;