lib/generators/fx/function/USAGE in fx-0.5.0 vs lib/generators/fx/function/USAGE in fx-0.6.0

- old
+ new

@@ -1,8 +1,10 @@ Description: Create a new database function for your application. This will create a new function definition file and the accompanying migration. + When --no-migration is passed, skips generating a migration. + Examples: rails generate fx:function test create: db/functions/test_v01.sql create: db/migrate/[TIMESTAMP]_create_test.rb