]> Untitled Git - lemmy.git/blobdiff - migrations/2020-11-10-150835_community_follower_pending/up.sql
Adding SQL format checking via `pg_format` / pgFormatter (#3740)
[lemmy.git] / migrations / 2020-11-10-150835_community_follower_pending / up.sql
index 599bed624891075354b9f54c73a1ea1de6233110..163dc05232ebace13b8278c31903e1be34cfb04e 100644 (file)
@@ -1 +1,3 @@
-ALTER TABLE community_follower ADD COLUMN pending BOOLEAN DEFAULT FALSE;
\ No newline at end of file
+ALTER TABLE community_follower
+    ADD COLUMN pending BOOLEAN DEFAULT FALSE;
+