mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-11 21:10:24 +01:00
Remove :memory file and fix in-memory SQLite setup.
- :memory file makes it problematic on Windows
This commit is contained in:
Binary file not shown.
@@ -23,7 +23,7 @@ ActiveRecord::Base.logger = Logger.new($stdout)
|
||||
|
||||
ActiveRecord::Base.establish_connection(
|
||||
adapter: 'sqlite3',
|
||||
database: ':memory'
|
||||
database: ':memory:'
|
||||
)
|
||||
ActiveRecord::Schema.define do
|
||||
require_relative '../lib/generators/crono/install/templates/migrations/create_crono_jobs.rb'
|
||||
|
||||
Reference in New Issue
Block a user