Skip to content

Conversation

@piercefreeman
Copy link
Owner

@piercefreeman piercefreeman commented Jan 29, 2026

If you have other non-iceaxe tables that are under local management, our generation commands will always try to drop them because it assumes the data models have just been deleted. This PR allows users to override this when implementing the CLI commands:

 await handle_generate(                                                                                                                                   
      "my_project",                                                                                                                                        
      db_connection,                                                                                                                                       
      ignore_tables=["table_to_skip", "another_table"]                                                                                                     
  ) 

@piercefreeman piercefreeman merged commit e2851e9 into main Jan 29, 2026
4 checks passed
@piercefreeman piercefreeman deleted the feature/ignore-tables-generate branch January 29, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant