...
You can delete it with a SQL command: (replace ## with the data_source ID value)
Code Block | ||
---|---|---|
| ||
delete from data_source where ID = ##; |
...
...
You can delete it with a SQL command: (replace ## with the data_source ID value)
Code Block | ||
---|---|---|
| ||
delete from data_source where ID = ##; |
...