Skip to content

Commit d6de589

Browse files
committed
It's no longer only Postgres
However, on the class level it will be hard to determine current adapter. Let's display all the available types (PostgreSQL has biggest set of such) and fail further if incompatible type is used.
1 parent b389263 commit d6de589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby_event_store-active_record/lib/ruby_event_store/active_record/generators/rails_migration_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Error < Thor::Error
1919
type: :string,
2020
default: "binary",
2121
desc:
22-
"Configure the data type for `data` and `meta data` fields in Postgres migration (options: #{DatabaseAdapter::PostgreSQL.new.supported_data_types.join(", ")})"
22+
"Configure the data type for `data` and `meta data` fields in migration (options: #{DatabaseAdapter::PostgreSQL.new.supported_data_types.join(", ")})"
2323
)
2424

2525
def initialize(*args)

0 commit comments

Comments
 (0)