Sha256: a2915b2ba2f5ea79eeb574d99aa03efc3338b367ceee12e660e26976760691b1

Contents?: true

Size: 159 Bytes

Versions: 16

Compression:

Stored size: 159 Bytes

Contents

ALTER TABLE subscription_commands ADD COLUMN data jsonb DEFAULT '{}'::jsonb;
ALTER TABLE subscriptions_set_commands ADD COLUMN data jsonb DEFAULT '{}'::jsonb;

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
pg_eventstore-1.7.0 db/migrations/6_add_commands_data.sql
pg_eventstore-1.6.0 db/migrations/6_add_commands_data.sql
pg_eventstore-1.5.0 db/migrations/6_add_commands_data.sql
pg_eventstore-1.4.0 db/migrations/6_add_commands_data.sql
pg_eventstore-1.3.4 db/migrations/6_add_commands_data.sql
pg_eventstore-1.3.3 db/migrations/6_add_commands_data.sql
pg_eventstore-1.3.2 db/migrations/6_add_commands_data.sql
pg_eventstore-1.3.1 db/migrations/6_add_commands_data.sql
pg_eventstore-1.3.0 db/migrations/6_add_commands_data.sql
pg_eventstore-1.2.0 db/migrations/6_add_commands_data.sql
pg_eventstore-1.1.5 db/migrations/6_add_commands_data.sql
pg_eventstore-1.1.4 db/migrations/6_add_commands_data.sql
pg_eventstore-1.1.3 db/migrations/6_add_commands_data.sql
pg_eventstore-1.1.2 db/migrations/6_add_commands_data.sql
pg_eventstore-1.1.1 db/migrations/6_add_commands_data.sql
pg_eventstore-1.1.0 db/migrations/6_add_commands_data.sql