Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #125 #126

Merged
merged 1 commit into from
Jun 11, 2013
Merged

Fix #125 #126

merged 1 commit into from
Jun 11, 2013

Conversation

ricardobeat
Copy link
Contributor

Removes the active classes from settings.hbs. Content will end up being rendered on the client instead of toggling classes anyway.

@ErisDS ErisDS merged commit cc6bb94 into TryGhost:master Jun 11, 2013
daniellockyer pushed a commit that referenced this pull request Jul 20, 2022
no issue

- This solves a problem when connected Stripe plan doesn't have plan `nickname` filled out (possible with older versions of Stripe API)
- Defaulting to empty string instead of creating a migration because SQLite doesn't support `ALTER ... MODIFY` syntax and thus knex can't altter the table that easy
- "Marks the column as an alter / modify, instead of the default add. Note: This only works in .alterTable() and is not supported by SQlite or Amazon Redshift. Alter is not done incrementally over older column type so if you like to add notNull and keep the old default value, the alter statement must contain both .notNull().defaultTo(1).alter(). If one just tries to add .notNull().alter() the old default value will be dropped." (ref. https://knexjs.org/#Chainable)
daniellockyer pushed a commit that referenced this pull request Oct 5, 2022
refs TryGhost/Product#479

This updates Portal to pass the subscription_id of the subscription we want to edit billing for
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants