tangled
alpha
login
or
join now
moth11.net
/
rvcx
3
fork
atom
backend for xcvr appview
3
fork
atom
overview
issues
4
pulls
pipelines
probably should've fixed this
moth11.net
5 months ago
288bf02e
e48f6b35
+2
-2
1 changed file
expand all
collapse all
unified
split
migrations
005_initimages.down.sql
+2
-2
migrations/005_initimages.down.sql
···
1
1
-
DROP INDEX IF EXISTS medias_signet_uri_idx;
2
2
-
DROP TABLE IF EXISTS medias;
1
1
+
DROP INDEX IF EXISTS images_signet_uri_idx;
2
2
+
DROP TABLE IF EXISTS images;