sqlite3 'private_share_id' column in 'frontends' table (#278)

This commit is contained in:
Michael Quigley 2023-03-29 13:57:15 -04:00
parent 73ea6184c5
commit 98d5d20d34
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -0,0 +1,3 @@
-- +migrate Up
alter table frontends add column private_share_id references shares(id);