Skip to content

Commit

Permalink
Fixing merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajtxx committed Jun 6, 2024
2 parents abe96da + 534bc61 commit 8ad0480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/init.d/init_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ create table if not exists physical_logical_map (
primary key(physical_uid, logical_uid, start_time)
);

create table if not exists users(
create table if not exists users (
uid integer generated always as identity primary key,
username text not null unique,
salt text not null,
Expand Down

0 comments on commit 8ad0480

Please sign in to comment.