phcscriptcdnpro 11.0.3 → 11.1.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b6b52903ea9a0016a2e90223789aba7aee19ce7
|
4
|
+
data.tar.gz: 53ef16e8c969988d4751dd1469be2fa6d8aed671
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2298e060bbdda8b543ffabe974cf5190b40dec90c57a292a27ddca0711c798263aa991b8c922a5c07c86f9600e688c86d6c368843e0167d7b61e063ce11bc8b4
|
7
|
+
data.tar.gz: 7ecc7e87fe7a9c40fce6d66c2970c18269d204f5e3843281e35da656e7260dde19e7e4c932792c456b957aca29be50c4255bd8ded91c52bbc2f57855ee9da054
|
@@ -5,11 +5,10 @@ class CreatePhcscriptcdnproScriptVersions < ActiveRecord::Migration[5.1]
|
|
5
5
|
|
6
6
|
t.string :scriptversion
|
7
7
|
|
8
|
-
t.string :user_id
|
9
|
-
t.string :user_name
|
10
|
-
|
11
8
|
t.string :slug
|
12
9
|
|
10
|
+
t.string :user_id
|
11
|
+
t.string :user_name
|
13
12
|
t.string :membership_id
|
14
13
|
t.string :oganization_id
|
15
14
|
|