Custom numerification of create-db scripts

Good day colleagues, I’m new to Cuba, so excuse me if this is a dumb question.

On my project, the 30.create-db.sql file is already 26 and a half thousand lines long. Reading, editing or reviewing it is torture for the developer and for the CPU.

Is it possible to create a new script 31.create-db.sql (32, 33, etc.) for each new added function, or will they all be ignored when creating the database from scratch (which is exactly what init scripts are needed for)?