mediumhype
mediumhype
DTDrizzle Team
Created by boba on 9/11/2024 in #help
migration problem
Your migration script is trying to create the table, but it already exists. There are several reasons for why this might be the case, but bottom line your database is out of sync with your migration script. Possible fixes are: - Change the database to remove the inconsistencies (DROP TABLE) - Change the migration scripts (e.g. CREATE [IF NOT EXISTS])
16 replies
DTDrizzle Team
Created by OYΞD on 9/12/2024 in #help
Struggling with a GROUP BY count
Are you sure that getTableColumns doesn't also include song_history.id?
4 replies