summaryrefslogtreecommitdiff
path: root/migrations/20230829204517_create_plant_table.down.sql
blob: ab89f59db4463452ad5d7a32bf965ad721cf9bd6 (plain) (blame)
1
2
DROP TABLE Plant;
DROP TYPE plant_kind;