How can i create an initial User ? If i try to create the initial User I get SQLite3::SQLException: no such column: users.invitation_id: SELECT 1 AS one FROM "users" WHERE "users"."invitation_id" IS NULL LIMIT 1 .. SO first User does not need an invitation how can i make an exception?
How can i create an initial User ? If i try to create the initial User I get SQLite3::SQLException: no such column: users.invitation_id: SELECT 1 AS one FROM "users" WHERE "users"."invitation_id" IS NULL LIMIT 1 .. SO first User does not need an invitation how can i make an exception?