Add `backups` table
authorEgor Kislitsyn <egor@kislitsyn.com>
Wed, 2 Sep 2020 16:21:33 +0000 (20:21 +0400)
committerEgor Kislitsyn <egor@kislitsyn.com>
Wed, 7 Oct 2020 14:34:28 +0000 (18:34 +0400)
commit4f3a6337454807f4145bbc1830c3d55dd883d46d
tree5eba3b745e47f6d37f6db4d472fbecfe89da1bb4
parent75e07ba206b94155c5210151a49e29a11bce6e50
Add `backups` table
lib/pleroma/backup.ex [moved from lib/pleroma/export.ex with 60% similarity]
priv/repo/migrations/20200831192323_create_backups.exs [new file with mode: 0644]
test/backup_test.exs [moved from test/export_test.exs with 75% similarity]