astrolicious/studiocms

Chore: Breaking - Update Tables to use prefixed table names

Closed this issue · 0 comments

Currently These are our tables, common practice is to prefix a table name with a packages name for example:

  • Permissions > StudioCMSPermissions
  • SiteConfig > StudioCMSSiteConfig
  • PageContent > StudioCMSPageContent
  • PageData > StudioCMSPageData
  • User > StudioCMSUsers (This also corrects a typo in the Users table)
  • sessionTable > StudioCMSSessionTable