Skip to content

Commit

Permalink
fix(lock.cr): remove forbidden id on child class
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenguyenxyz authored and caspiano committed Aug 2, 2021
1 parent b5d6ec0 commit 5971f8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rethinkdb-orm/lock.cr
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ module RethinkORM
# NOTE: Need a different tablename? inherit or reopen the class.
table "locks"

# TODO: set to `key_hash` when primary_key supported
attribute id : String?

# Key is not an index, PKs are 127 chars.
attribute key : String

Expand Down

0 comments on commit 5971f8b

Please sign in to comment.