Files
Jonathan Miller 99871a2ff6
Generic: Project CI / Tests (push) Blocked by required conditions
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Successful in 7s
Generic: Project CI / Lint & Validate (push) Successful in 12s
feat: scaffold Joomla package structure (#1, #2)
4 sub-extensions: com, system plugin, webservices, content plugin.
4 DB tables: forms, fields, submissions, notifications.
2026-06-11 12:02:14 -05:00

5 lines
207 B
SQL

DROP TABLE IF EXISTS `#__mokosuiteforms_notifications`;
DROP TABLE IF EXISTS `#__mokosuiteforms_submissions`;
DROP TABLE IF EXISTS `#__mokosuiteforms_fields`;
DROP TABLE IF EXISTS `#__mokosuiteforms_forms`;