fermentord/internal/dal/migrations/000001_initial.down.sql

6 lines
108 B
MySQL
Raw Normal View History

2021-08-30 20:46:38 +00:00
DROP TABLE pid;
DROP TABLE pid_t;
DROP TABLE state_log;
DROP TABLE state_t;
DROP TABLE temperature_reading;