initial commit
[squeep-indie-auther] / src / db / sqlite / sql / profile-identifier-insert.sql
diff --git a/src/db/sqlite/sql/profile-identifier-insert.sql b/src/db/sqlite/sql/profile-identifier-insert.sql
new file mode 100644 (file)
index 0000000..b357dce
--- /dev/null
@@ -0,0 +1,4 @@
+--
+INSERT INTO profile (profile, identifier_id)
+       SELECT :profile, identifier_id FROM authentication WHERE identifier = :identifier
+