Skip to content

Making the User Table readonly messed up my application #11973

Discussion options

You must be logged in to vote

@offbase-solutions your application should continue to work - we didn't disable being able to write to the user table. Any existing columns in your users table can still be updated via apps. The only change is that you cannot make any further schema changes to the users table going forward, because we've introduced a "user" column type as the replacement.

You cannot edit data in the users table manually via the data section either, but like I said - any apps can continue to write to the users table and update your custom columns.

Could you explain how your app is broken? You will still be able to write the sessionToken value to your users.

Replies: 4 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@MikeYates
Comment options

@aptkingston
Comment options

@andyburgessmd
Comment options

@MikeYates
Comment options

@andyburgessmd
Comment options

Answer selected by offbase-solutions
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@andyburgessmd
Comment options

@aptkingston
Comment options

@andyburgessmd
Comment options

@offbase-solutions
Comment options

@aptkingston
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
6 participants