Skip to content
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

Prefix all tables with ORS_ #9

Open
2 tasks
AtulDwivedi opened this issue Apr 14, 2017 · 0 comments
Open
2 tasks

Prefix all tables with ORS_ #9

AtulDwivedi opened this issue Apr 14, 2017 · 0 comments
Milestone

Comments

@AtulDwivedi
Copy link
Owner

AtulDwivedi commented Apr 14, 2017

Why

All application tables get created while application startup. There is a possibility that one or more tables are already exist with the same name. In such case table creation will fail and hence result in inappropriate behavior by the application.

What

Uniqueness of the table needs to be ensured. Tables can be prefixed with short application name i.e. ORS_.

How

  • All tables should be prefixed with ORS_ in h2.sql
  • All tables references in the application need to be modified
@AtulDwivedi AtulDwivedi added this to the v1.1.0 milestone Apr 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant