-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* extract common tasks aliases * feat: schema and migration created * feat: schema and migration finished * fix: format * fix: migration errors * fix: fixing id in posts table * fix: fixing tag reference in post_tags migration * fix: remove posttag schema and rename the migrations * feat: retrieving code * problem: cant create post because the user_id is not acceptable by changeset * fix: trying to remake the project * fix/ create post w upsert tags * fix: format and dev settings * pain * feat: create core post finally finished * Update .env.dev * Delete logfile * Update tag.ex * Update post.ex * do not leave unnecessary comments --------- Co-authored-by: Zoey de Souza Pessanha <[email protected]>
- Loading branch information
Showing
5 changed files
with
27 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters