mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-07 04:05:25 +00:00
Generate migration files to add keys to instances
% diesel migration generate instances_add_keys
This commit is contained in:
parent
1bcc70c174
commit
394273e866
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
-- This file should undo anything in `up.sql`
|
|
@ -0,0 +1 @@
|
||||||
|
-- Your SQL goes here
|
Loading…
Reference in a new issue