Skip to content

Commit cd1baf9

Browse files
committed
docs
1 parent 7e870ad commit cd1baf9

File tree

2 files changed

+9
-62
lines changed

2 files changed

+9
-62
lines changed

packages/postgres-database/src/simcore_postgres_database/models/users.py

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
- The primary key is `id`, which is unique and sufficient for migration.
77
- Ensure foreign key references (if any) are valid in the target database.
88
- No additional changes are required; this table can be migrated as is.
9+
10+
Users pre-registration details table
11+
12+
- Stores details of users during the pre-registration phase.
13+
14+
Migration strategy:
15+
- The primary key is `id`, which is unique and sufficient for migration.
16+
- Ensure foreign key references to `users` are valid in the target database.
17+
- No additional changes are required; this table can be migrated as is.
918
"""
1019

1120
import sqlalchemy as sa

packages/postgres-database/src/simcore_postgres_database/models/users_pre_registration_details.py

-62
This file was deleted.

0 commit comments

Comments
 (0)