Skip to content

Commit

Permalink
Merge pull request #1 from BradleyHollis/Test
Browse files Browse the repository at this point in the history
Added another test branch
  • Loading branch information
BradleyHollis committed May 9, 2023
2 parents 09400e4 + 360de9c commit 55bf959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions back-end/src/db/seeds/00-reservations.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const reservations = require('./00-reservations.json');

// Commenting this line
// Commenting this line too
exports.seed = function (knex) {
return knex.raw("TRUNCATE TABLE reservations RESTART IDENTITY CASCADE")
.then(function (){
Expand Down

0 comments on commit 55bf959

Please sign in to comment.