-
Notifications
You must be signed in to change notification settings - Fork 308
Conversation
f4b6bbd
to
ca76bc6
Compare
c06a951
to
d9c6fc5
Compare
c58289a
to
fb2969a
Compare
deploy/before.sql
Outdated
@@ -0,0 +1,3 @@ | |||
BEGIN; | |||
ALTER TABLE payments_for_open_source RENAME TO investments_in_open_source; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@whit537 I understand that you're experimenting here, but aren't there quicker/cheaper/safer ways to achieve this than having to rename this throughout the codebase? 😕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My suggestion would be to only tinker with copy. Modeling investments as payments
in code is forgivable, IMO - not worth spending your time changing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough. I've pushed 49c96e7 off, we can come back to it later if @JessaWitzel wants to. :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @rohitpaulk.
49c96e7
to
65aa0b8
Compare
@JessaWitzel Merge? 😄 |
Okay stopping. slack 🐭 |
This is it, the mental shift we need to make to get out of our own heads and into our customer's.
"Pay for open source" is about our problems and motivations.
"Invest in open source" is about their problems and motivations.