evt-message_store-postgres-database 0.10.1.3 → 0.11.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/database/table/messages.sql +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d782126e3758804a39d1943241ebc4869488e568e88d33c0b4dcad35dd0fb5f4
|
4
|
+
data.tar.gz: 27e8ddd8d1cd29e5143e69d212c9c725a2c1a591bad3d20659fe30f6745aaba4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '096f4dbae6478956f17cd9121c27d70b9db7adf4d0c5526ac8ebbc769ebd906451d8572c9a14d3972f4bd108f6f0ffc40e6ec585bc7e6fc45c0c5e43a9cbf70f'
|
7
|
+
data.tar.gz: 94ea61e1dd73dd1b7e2e574e1768ead9e836c3ffcfa069e6c6cc7cf7a744cb5600f66df2204c7eff90d38cfd546f9fbf279bd2fbd5507e8467c0a0614bbbdba1
|
data/database/table/messages.sql
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
-- ----------------------------
|
4
4
|
CREATE TABLE IF NOT EXISTS "public"."messages" (
|
5
5
|
"id" UUID NOT NULL DEFAULT gen_random_uuid(),
|
6
|
-
"stream_name"
|
7
|
-
"type"
|
6
|
+
"stream_name" text NOT NULL COLLATE "default",
|
7
|
+
"type" text NOT NULL COLLATE "default",
|
8
8
|
"position" bigint NOT NULL,
|
9
9
|
"global_position" bigserial NOT NULL ,
|
10
10
|
"data" jsonb,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: evt-message_store-postgres-database
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Eventide Project
|
8
8
|
autorequire:
|
9
9
|
bindir: scripts
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: " "
|
14
14
|
email: opensource@eventide-project.org
|