]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/095topeopletags.sql
Merge branch '1.0.x' into activity
[quix0rs-gnu-social.git] / db / 095topeopletags.sql
diff --git a/db/095topeopletags.sql b/db/095topeopletags.sql
deleted file mode 100644 (file)
index e193b98..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* populate people tags metadata */
-
-insert into profile_list (tagger, tag, modified, description, private)
-    select distinct tagger, tag, modified, null, false from profile_tag;