You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createtableb ( b textprimary key, a textreferences a )
hop apply-patch
edit the file test/public/b.py and add
Fkeys= {
'a_fk': 'b_a_fkey',
}
git add .
git commit -m "b with Fkeys"
hop release-patch ends with:
HOP ERROR: Something has changed when re-applying the patch. This should not happen.
git diff gives:
@@ -51,9 +51,6 @@ class B(__RCLS):
}
"""
#>>> PLACE YOUR CODE BELLOW THIS LINE. DO NOT REMOVE THIS LINE!
- Fkeys = {- 'a_fk': 'b_a_fkey',- }
#<<< PLACE YOUR CODE ABOVE THIS LINE. DO NOT REMOVE THIS LINE!
def __init__(self, **kwargs):
The text was updated successfully, but these errors were encountered:
Patch/0/0/2/b.sql
hop apply-patch
edit the file
test/public/b.py
and addgit add .
git commit -m "b with Fkeys"
hop release-patch ends with:
git diff gives:
The text was updated successfully, but these errors were encountered: