-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Database Update Scripts #1417
Comments
Notes:
array (
'id' => 'chicago_reporter',
'knownoptions' =>
array (
0 => 'largo_dev',
1 => 'chicago_reporter',
2 => '',
),
)
|
@benlk this is great - could you go through and compile a list of everything we're saving in the database in the most recent version of largo? Then you and I can go through the list, determine where things are moving to, and write db migration scripts for this. |
By "everything" do you mean everything that's related to the theme, or also the custom meta things in posts and users and taxonomy terms? |
everything that Largo stores in the database |
Working on this here: https://gist.github.com/benlk/7ae3e024a91a57cd8d6c09f96234be5e |
There will be lots of database updates to run when upgrading to Largo 1.0
Some examples:
The text was updated successfully, but these errors were encountered: