Plume/migrations/postgres/2018-10-19-165407_create_apps/down.sql
Baptiste Gelez 4c8a727e9e Add a model for external apps
Stores their name, website, and credentials
2018-10-30 18:13:49 +01:00

3 lines
63 B
SQL
Executable file

-- This file should undo anything in `up.sql`
DROP TABLE apps;