Files
awx/awx/main
Seth Foster 7cf639d8eb Add migration to support InstanceLink changes
- Add forwards method to create a receptor address
for any existing Instance that has listener_port defined

- Add forwards method to modify each InstanceLink object
that changes target to the newly created receptor addresses

This migration was implemented as follows:

1. Add a target_new to InstanceLink which is a foreign key
to ReceptorAddress
2. create receptor addresses
3. link to these receptor addresses using the target_new field
4. rename target_new to target
5. drop listener_port and peers_from_control_nodes from Instance

Signed-off-by: Seth Foster <fosterbseth@gmail.com>
2024-02-02 10:37:41 -05:00
..
2024-02-02 10:37:41 -05:00
2024-02-02 10:37:41 -05:00
2022-03-14 13:19:57 -04:00
2024-02-02 10:37:41 -05:00
2023-02-01 14:59:38 -05:00
2023-03-29 22:09:19 -04:00
2024-02-02 10:37:41 -05:00
2023-03-29 22:09:18 -04:00
2023-02-01 14:59:38 -05:00