Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when deleting items #16235

Closed
deanfourie1 opened this issue May 22, 2024 · 1 comment
Closed

Error when deleting items #16235

deanfourie1 opened this issue May 22, 2024 · 1 comment

Comments

@deanfourie1
Copy link

Deployment Type

Self-hosted

NetBox Version

v4.0.2

Python Version

3.11

Steps to Reproduce

Attempt to delete a device in the "Devices" section.

Expected Behavior

The device to be deleted.

Observed Behavior

Fails to deleted, screenshot provided.

image

@deanfourie1 deanfourie1 added status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application labels May 22, 2024
@deanfourie1
Copy link
Author

deanfourie1 commented May 22, 2024

Can see that tables listed here, however I cant seem to delete the,

netbox=> \dt netbox_topology_views_*
                                  List of relations
 Schema |                            Name                            | Type  | Owner  
--------+------------------------------------------------------------+-------+--------
 public | netbox_topology_views_circuitcoordinate                    | table | netbox
 public | netbox_topology_views_coordinate                           | table | netbox
 public | netbox_topology_views_coordinategroup                      | table | netbox
 public | netbox_topology_views_individualoptions                    | table | netbox
 public | netbox_topology_views_individualoptions_preselected_device | table | netbox
 public | netbox_topology_views_individualoptions_preselected_tag    | table | netbox
 public | netbox_topology_views_powerfeedcoordinate                  | table | netbox
 public | netbox_topology_views_powerpanelcoordinate                 | table | netbox
 public | netbox_topology_views_roleimage                            | table | netbox
(9 rows)
netbox-> DROP TABLE netbox_topology_views_roleimage;
DROP TABLE
ERROR:  syntax error at or near "TABLE"
LINE 2: DROP TABLE netbox_topology_views_roleimage;
             ^
netbox-> 

@jeremystretch jeremystretch removed type: bug A confirmed report of unexpected behavior in the application status: needs triage This issue is awaiting triage by a maintainer labels May 22, 2024
@netbox-community netbox-community locked and limited conversation to collaborators May 22, 2024
@jeremystretch jeremystretch converted this issue into discussion #16241 May 22, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants