Skip to content

Commit

Permalink
published 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PNixx committed Sep 22, 2020
1 parent 9796363 commit 4dea022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/clickhouse-activerecord/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ClickhouseActiverecord
VERSION = '0.4.2'
VERSION = '0.4.3'
end
2 changes: 1 addition & 1 deletion lib/tasks/clickhouse.rake
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace :clickhouse do
desc 'Migrate the clickhouse database'
task migrate: [:load_config, :prepare_schema_migration_table, :prepare_internal_metadata_table] do
Rake::Task['db:migrate'].execute
if File.exists? "#{Rails.root}/db/clickhouse_schema_default.rb"
if File.exists? "#{Rails.root}/db/clickhouse_schema_simple.rb"
Rake::Task['clickhouse:schema:dump'].execute(simple: true)
end
end
Expand Down

0 comments on commit 4dea022

Please sign in to comment.