Add database migrations
authorIlja <domainepublic@spectraltheorem.be>
Mon, 5 Oct 2020 12:13:11 +0000 (14:13 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Fri, 6 Aug 2021 05:59:53 +0000 (07:59 +0200)
commit1f52246a026a81f216ebf761b2bda5a2035abbbc
treeb322d1024bbe40fb94545ee804b50b99fcca7190
parentc0489f9fac78701345c2902fa59bd99381bc27ab
Add database migrations

* SimplePolicy
* quarentine
* transparency_exclusions
priv/repo/migrations/20201005123100_simple_policy_string_to_tuple.exs [new file with mode: 0644]
priv/repo/migrations/20201005124600_quarantained_policy_string_to_tuple.exs [new file with mode: 0644]
priv/repo/migrations/20201005132900_transparency_exclusions_string_to_tuple.exs [new file with mode: 0644]