chore(models): Add all models #3

Open
pvalenzu wants to merge 1 commits from Crear_Modelo into main

auuuuu

auuuuu
pvalenzu added 1 commit 2023-04-05 12:53:01 -04:00
pvalenzu requested review from ttapia 2023-04-05 12:53:08 -04:00
ttapia requested changes 2023-05-18 20:37:19 -04:00
@ -0,0 +15,4 @@
# items = relationship("Item", back_populates="owner")
class Usuario(Base):
__tablename__ = "usuarios"

malo

malo
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Crear_Modelo main
git pull origin Crear_Modelo

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff Crear_Modelo
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: CRIMENOLOGIA/capichat#3
There is no content yet.