Skip to content

Commit 8e6c03d

Browse files
committed
Removed SalesForceDonations as per master
1 parent bdb5e8a commit 8e6c03d

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

src/server/models.py

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -96,29 +96,3 @@ class Volgistics(Base):
9696
created_date = Column(DateTime, default=datetime.datetime.utcnow)
9797
archived_date = Column(DateTime, default=None)
9898

99-
100-
class SalesForceDonations(Base):
101-
__tablename__ = "salesforcedonations"
102-
103-
_id = Column(Integer, primary_key=True)
104-
recurring_donor = Column(String)
105-
opportunity_owner = Column(String)
106-
account_id = Column(String)
107-
account_name = Column(String)
108-
opportunity_id = Column(String)
109-
opportunity_name = Column(String)
110-
stage = Column(String)
111-
fiscal_period = Column(String)
112-
amount = Column(String)
113-
probability = Column(String)
114-
age = Column(String)
115-
close_date = Column(String)
116-
created_date = Column(String)
117-
next_step = Column(String)
118-
lead_source = Column(String)
119-
type = Column(String)
120-
source = Column(String)
121-
contact_id = Column(String)
122-
primary_campaign_source = Column(String)
123-
created_date = Column(DateTime, default=datetime.datetime.utcnow)
124-
archived_date = Column(DateTime, default=None)

0 commit comments

Comments
 (0)