Giter VIP home page Giter VIP logo

sequelize-issue-reproduction-11748's Introduction

Reproduction of sequelize issue #11748

Environment

  • Sequelize version: 5.21.2
  • Node.js version: v10.16.0
  • Operating System: Ubuntu 20.04.6 LTS

Setup & Execution

  1. Clone the repository and navigate to the root directory.
  2. Check your Node.js version using the command: node --version. Make sure it's at least 10.16.0, or update your Node.js version using nvm.
  3. Run either of the following commands: : npm i or npm ci.
  4. Create database named _11748 & import file db_dump.sql, You can use one of the following commands:
    1. To import from the command line: psql -U username dbname < dbexport.sql.
    2. Or, log in to psql and run: \i <full_path/db_dump.sql>.
    3. Alternatively, use your GUI client to import the database.
  5. Add the database details to the db.js file. Provide the following information:
    1. username
    2. password
  6. Now, run the command: node index.js
  7. If everything is working correctly, open the index.js and set the exercise_id(Line Number 26) for which you want to update the empty array in the database.
  8. Run the server again using: node index.js
  9. You should see the message: Tags_ids for ExerciseMetrics updated successfully..

sequelize-issue-reproduction-11748's People

Contributors

shubhams47 avatar shubham-sharmas avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.