Skip to content

change Successfully created User tables tables to Successfully created User table #102

Description

@ezkemboi

Describe the bug
Remove one tables inside the src/scripts/createdb.js when the app created makes use of postgreSQL

export default User.sync().then(() => {
  console.log('Successfully created User tables tables')
}).catch(error => {
  console.log('The error: ', error)
})

To Reproduce
Steps to reproduce the behavior:

  1. Generate a new app choosing the database as postgres & ORM as sequelize

Expected behavior

export default User.sync().then(() => {
  console.log('Successfully created User table')
}).catch(error => {
  console.log('The error: ', error)
})

Screenshots
N/A

Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions