/* INSERT records into the new .net 'blocked_instance' Table from the old 'blockedHosts' Table */ /* Credit to Laura Hausmann (zotan@zotan.pw) */ INSERT INTO "blocked_instance" (SELECT unnest("blockedHosts") as "host", NULL as "reason", false as "imported" FROM "meta");