Skip to content

Commit

Permalink
id automatically sets instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Feb 28, 2025
1 parent 2197922 commit 8060077
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Knex } from 'knex';

export async function up(knex: Knex): Promise<void> {
await knex('userRoles').insert({
id: 4,
roleName: 'Super User',
});
}
Expand Down

0 comments on commit 8060077

Please sign in to comment.