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

Allow to initialize a database without schema file #54

Open
samuelhamard opened this issue Jan 31, 2020 · 3 comments
Open

Allow to initialize a database without schema file #54

samuelhamard opened this issue Jan 31, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@samuelhamard
Copy link
Contributor

Currently we need schema file to run a migration with septentrion. But when creating a project from scratch, the initial schema is the first migration.

Did we want to force the user to have schema file to initialize the database with Septentrion or do we want to allow initial migrations with only migrations files ?

@samuelhamard samuelhamard added the question Further information is requested label Jan 31, 2020
@ewjoachim
Copy link
Contributor

I think we could allow not having a schema. That would be equivalent to having an empty schema

@SdgJlbl
Copy link
Collaborator

SdgJlbl commented Jan 31, 2020

So then the current behaviour is a bug? :D

@ewjoachim
Copy link
Contributor

yep.

@SdgJlbl SdgJlbl added bug Something isn't working and removed question Further information is requested labels Jan 31, 2020
samuelhamard added a commit that referenced this issue Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants