Page 1 of 1

How to manually add/delete Database rows/columns/ or entries?

Posted: Mon Mar 24, 2014 4:18 am
by Matt6607699

Hi,
Could anyone quickly expand any on the Manual deletion of Database row/column entries without having to send a separate REST delete for each entry after a Query?

I also would like to delete columns from the DB after a specified period of time and would like to auto create columns as well. Is this possible?

I found this topic referenced the ability to do manual deletion but without a lot of explanation.
https://getsatisfaction.com/apperyio/...

Thanks for any help you can give,
Matt


How to manually add/delete Database rows/columns/ or entries?

Posted: Mon Mar 24, 2014 7:33 am
by Maryna Brodina

Hello!

Here is how to delete records manually https://getsatisfaction.com/apperyio/...
You can also tick specific records and delete only these records.
Collection and column can be created manually only.


How to manually add/delete Database rows/columns/ or entries?

Posted: Mon Mar 24, 2014 1:45 pm
by Matt6607699

Thank you for the reply,
Sorry I should have explained my question better in the first post, I meant to say can you delete Database columns manually with Javascript or other so that a script can be run in my app that will add/delete columns based on user input or other condition? Or can adding/deleting columns on by done via the admin console?

My plan:
I would like to create a new column for each day of the week based on getDate(). The database would only have 10 previous days from the current date so I would need to delete columns automatically once it became 11 days old. Would something like this be possible?

Thanks!


How to manually add/delete Database rows/columns/ or entries?

Posted: Mon Mar 24, 2014 2:39 pm
by Maryna Brodina

[quote:]Javascript or other so that a script can be run in my app that will add/delete columns[/quote]no, you can add/delete columns in admin panel only.