Author Topic: FTC DEV TEAM: Questions Meet Music  (Read 437 times)

Offline அனோத்

Re: FTC DEV TEAM: Questions Meet Music
« Reply #15 on: November 17, 2025, 10:56:59 PM »
« Last Edit: November 17, 2025, 11:15:59 PM by அனோத் »

Offline அனோத்

Re: FTC DEV TEAM: Questions Meet Music
« Reply #16 on: November 24, 2025, 06:26:45 PM »

Offline அனோத்

Re: FTC DEV TEAM: Questions Meet Music
« Reply #17 on: Today at 04:03:58 AM »


During software development,
switching between databases often introduces unexpected issues.
I learned a lot during this stage when our app started showing feature failures
after migrating to Supabase.

Problems like BGM editing errors and BGMs not receiving proper IDs were caused
by mismatches between the old and new database structures.

I’ve written scripts to fix these conflicts, and I’m resolving each issue one by one.
Everything will be fully fixed soon