phcpresspro 5.5.6 → 5.5.7

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: 4ba3846f787dab3e6b052645145fe336d7aebc09
4
- data.tar.gz: df0909c5d3f3feea488c7a48cdb2a3959fde4afb
3
+ metadata.gz: 8da0eea47537944d7d5a626f6c74d349886e6a41
4
+ data.tar.gz: 59207133b3c6249bb92cc94dbe010fcd300d38cb
5
5
  SHA512:
6
- metadata.gz: 6c567f9087783f4b60d5538ed205422b198d79dfc6ba0408612963620dc4d340a76da92c16bbcf22bb6877794c32ecf52b70ce4dd1658c23748d08f209f49fc3
7
- data.tar.gz: d3b0bb55d2137b8c19291fed251777a89770cbcade668a42f80bd2b87c00fc7335fca29016461daf5136ca83f1ba42133a0333b2be9befc24529f6b774a79c18
6
+ metadata.gz: 81acc402132b923f39937e93f8a082fc93077b358caeddf596d28cb9cf490fc7ff18af2f94cf04a3e3eeaa77e3ca3e2c588ceaf93fd239a75c5454f4306c2146
7
+ data.tar.gz: 18e42c32e731829cf7597bbbc3d3465a789b7d0f3fe6c5c18952aee140b28e5bd3901c3868c62a633ecc990c4af5306f3540f5289c162b8d4581a4cafcd8b00f
@@ -5,6 +5,7 @@ class CreatePhcpressproModulesCategories < ActiveRecord::Migration[5.0]
5
5
  t.string :catname
6
6
 
7
7
  t.string :user_id
8
+ t.string :user_name
8
9
  t.string :membership_id
9
10
  t.string :oganization_id
10
11
 
@@ -8,6 +8,7 @@ class CreatePhcpressproArticlesPosts < ActiveRecord::Migration[5.0]
8
8
  t.string :pstimage
9
9
 
10
10
  t.string :user_id
11
+ t.string :user_name
11
12
  t.string :membership_id
12
13
  t.string :oganization_id
13
14
 
@@ -5,6 +5,11 @@ class CreatePhcpressproModulesConnections < ActiveRecord::Migration[5.0]
5
5
  t.references :post
6
6
  t.references :category
7
7
 
8
+ t.string :user_id
9
+ t.string :user_name
10
+ t.string :membership_id
11
+ t.string :oganization_id
12
+
8
13
  t.timestamps
9
14
 
10
15
  end
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "5.5.6"
2
+ VERSION = "5.5.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.6
4
+ version: 5.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -695,7 +695,6 @@ files:
695
695
  - db/migrate/20160716182936_create_phcpresspro_modules_categories.rb
696
696
  - db/migrate/20160718204718_create_phcpresspro_articles_posts.rb
697
697
  - db/migrate/20160719221205_create_phcpresspro_modules_connections.rb
698
- - db/migrate/20161122003353_create_phcpresspro_frontend_articles.rb
699
698
  - lib/phcpresspro.rb
700
699
  - lib/phcpresspro/engine.rb
701
700
  - lib/phcpresspro/version.rb
@@ -1,8 +0,0 @@
1
- class CreatePhcpressproFrontendArticles < ActiveRecord::Migration[5.0]
2
- def change
3
- create_table :phcpresspro_frontend_articles do |t|
4
-
5
- t.timestamps
6
- end
7
- end
8
- end