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

Installing #7

Closed
Dunstrikex opened this issue Sep 29, 2022 · 3 comments
Closed

Installing #7

Dunstrikex opened this issue Sep 29, 2022 · 3 comments

Comments

@Dunstrikex
Copy link

sqlx migrate run --database-url 'sqlite://data/coemu.db?mode=rwc'

CMD>
error: while resolving migrations: The system cannot find the file specified. (os error 2)

@shekohex
Copy link
Owner

maybe try sqlx migrate run --soruce ./migrations --database-url 'sqlite://data/coemu.db'

@Mlzu
Copy link

Mlzu commented Oct 2, 2022

use cargo sqlx migrate run --database-url 'sqlite://data/coemu.db?mode=rwc'

and make sure you are in the coemu folder

@shekohex
Copy link
Owner

Closing as solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants