Ignore:
Timestamp:
12/12/25 16:26:00 (10 months ago)
Author:
imbrsk <boris696boris@…>
Branches:
master
Children:
aee2b88
Parents:
70a9f6d
Message:

Update database connection strings and initialize migration for schema changes

  • Changed the database connection strings in both appsettings.Development.json and appsettings.json to point to a new host with updated credentials.
  • Added initial migration files (20251211135004_inital.Designer.cs and 20251211135004_inital.cs) to set up the database schema, including tables for ActiveSemesters, Documents, Majors, Subjects, User, and related entities.
  • Defined relationships and constraints between tables in the migration.
  • Seeded initial data for Majors table.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/appsettings.Development.json

    r70a9f6d r61fd94e  
    77  },
    88  "ConnectionStrings": {
    9     "DefaultConnection": "Host=ep-dark-sun-a4dr99wd-pooler.us-east-1.aws.neon.tech; Database=neondb; Username=neondb_owner; Password=npg_Wk10VFHGKiwn; SSL Mode=VerifyFull; Channel Binding=Require;"
     9    "DefaultConnection": "Host=ep-blue-glitter-ag6m81xo-pooler.c-2.eu-central-1.aws.neon.tech; Database=neondb; Username=neondb_owner; Password=npg_SxbBZmtw4I7P; SSL Mode=VerifyFull; Channel Binding=Require;"
    1010  }
    1111}
Note: See TracChangeset for help on using the changeset viewer.