lib/activefacts/generator/sql/postgres.rb in activefacts-compositions-1.9.20 vs lib/activefacts/generator/sql/postgres.rb in activefacts-compositions-1.9.21
- old
+ new
@@ -18,8 +18,8 @@
prepend Traits::SQL::Postgres
extend Traits::SQL::Postgres # Needed for class methods, like options
end
end
- publish_generator SQL::Postgres
+ publish_generator SQL::Postgres, "Generate a schema for Postgres using any relational compositor"
end
end