Skip to content

Commit

Permalink
removed #version accessor from mysql and postgresql helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
dcunited001 committed Apr 8, 2013
1 parent b88d932 commit 0a1aa75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/skiima/db/helpers/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Skiima
module Db
module Helpers
module Mysql
#attr_accessor :local_tz, :version
#attr_accessor :version

def supported_objects
[:database, :table, :view, :index, :proc]
Expand Down
3 changes: 2 additions & 1 deletion lib/skiima/db/helpers/postgresql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module Skiima
module Db
module Helpers
module Postgresql
attr_accessor :local_tz, :version
attr_accessor :local_tz
#attr_accessor :version

# skiima
def supported_objects
Expand Down

0 comments on commit 0a1aa75

Please sign in to comment.