elecoma-1.0.4 rake タスクのエラー
execute("insert into authorities_functions values(#{auth.id},#{f.id},#{Date.today.strftime("%Y-%m-%d")},#{Date.today.strftime("%Y-%m-%d")})")に変更したらなおった。
開発者です。 いちおう、こちらはSQLite3でもMigrateを動かせるように修正中です。 ただし、SQLite3では統計関係が全滅します。SQLite3に無い関数を使っているからです。 エレコマではPostgreSQLを対象としています。現在、MySQLでも動かせるように最低限の修正をしていますが、SQLite3はかなり絶望的です。なので、可能であれば、PostgreSQLを利用してください。
Comment
elecoma-1.0.4 rake タスクのエラー ModifyColumnPrivacies: migrated (0.2200s) =================================
rake aborted! An error has occurred, this and all later migrations canceled:
SQLite3::SQLException: table authorities_functions has 4 columns but 2 values were supplied: insert into authorities_functions values(1,41) AddDataFunctionsSupplier: migrating =======================================
-- execute("insert into authorities_functions values(1,41)") Click here to rerun the task with tracing enabled