studiocms icon indicating copy to clipboard operation
studiocms copied to clipboard

Chore: Breaking - Update Tables to use prefixed table names

Open Adammatthiesen opened this issue 1 year ago • 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

Adammatthiesen avatar Jul 26 '24 07:07 Adammatthiesen