Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
irul
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit bcdc44cc
authored
Dec 03, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Comment out RPC-related columns in Partner model
1 parent
d60914c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
opensipkd/base/models/partner.py
opensipkd/base/models/partner.py
View file @
bcdc44c
...
@@ -78,10 +78,10 @@ class Partner(Base, PartnerModel):
...
@@ -78,10 +78,10 @@ class Partner(Base, PartnerModel):
partner_files
:
Mapped
[
"PartnerFiles"
]
=
relationship
(
back_populates
=
"partner"
)
partner_files
:
Mapped
[
"PartnerFiles"
]
=
relationship
(
back_populates
=
"partner"
)
#todo alembic
#todo alembic
rpc_url
=
Column
(
String
(
255
))
#
rpc_url = Column(String(255))
rpc_user
=
Column
(
String
(
255
))
#
rpc_user = Column(String(255))
rpc_callback
=
Column
(
String
(
255
))
#
rpc_callback = Column(String(255))
rpc_password
=
Column
(
String
(
255
))
#
rpc_password = Column(String(255))
# npwp = Column(String(16))
# npwp = Column(String(16))
# npwpd = Column(String(16))
# npwpd = Column(String(16))
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment