迁移返回(在/ app中)

| 我已经将我的应用程序推送到Heroku,但是我的数据库(Sqlite3)无法迁移。我知道heroku将自动迁移为PG。 [我没有安装PG]。 我发现如果出现问题,会收到错误提示。 这是我的结果:
pc-name$ heroku rake db:migrate --trace
(in /app)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
** Invoke db:schema:dump (first_time)
** Invoke environment 
** Execute db:schema:dump
另外,当我尝试创建-
pc-name$ heroku rake db:create --trace
cwogwtvrpc already exists
    (in /app)
** Invoke db:create (first_time)
** Invoke db:load_config (first_time)
** Invoke rails_env (first_time)
** Execute rails_env
** Execute db:load_config
** Execute db:create
    
已邀请:
        尝试销毁该应用程序,然后再次创建它:)     

要回复问题请先登录注册