mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-02 16:22:24 +00:00
Generate migration to add unique constraint to ActivityPub related fields
% diesel migration generate add_unique_constraint_to_activity_pub_related_fields
This commit is contained in:
parent
0714d2d010
commit
e3609f7863
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