You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and didn't find my feature already requested there
Feature description
Ability to add a prefix to the table names when setting up a SQLAlchemyDataStore.
I tried doing what's mentioned in #722 but it doesn't work. The table name is still hardcoded in other places and I didn't want to go down that rabbit hole.
Use case
Would save me some mental damage every time I look at my tables in pgadmin.
The text was updated successfully, but these errors were encountered:
I did consider using a different schema, but ultimately the table names not having a prefix wasn't a deal breaker for me so I just used it the way it is. It's just annoying and triggers my OCD a bit and I could see it being a problem for others.
It's been a few weeks since I set it up and posted this, so I forget exactly what the issue was with the proposed fix from the #722 . I'll try and look into it again this week and post a better explanation.
Things to check first
Feature description
Ability to add a prefix to the table names when setting up a SQLAlchemyDataStore.
I tried doing what's mentioned in #722 but it doesn't work. The table name is still hardcoded in other places and I didn't want to go down that rabbit hole.
Use case
Would save me some mental damage every time I look at my tables in pgadmin.
The text was updated successfully, but these errors were encountered: