lib/event_sourcery/postgres/schema.rb in event_sourcery-postgres-0.5.0 vs lib/event_sourcery/postgres/schema.rb in event_sourcery-postgres-0.6.0
- old
+ new
@@ -56,10 +56,10 @@
primary_key :aggregate_id, :uuid
column :version, :bigint, default: 1
end
end
- # Create the 'create or update' fucntions.
+ # Create the 'create or update' functions.
# Needs the database, table name, function name and aggregates table name.
# The defaults will be whats specified in config.
#
# @param db the Postgres database to use
# @param function_name the name of the write events function