Is it safe to delete diretly from the newsletter_subscriber's table?Create database table from CSVHow to...
Why would the Pakistan airspace closure cancel flights not headed to Pakistan itself?
Why avoid shared user accounts?
How to avoid being sexist when trying to employ someone to function in a very sexist environment?
How can my powered armor quickly replace its ceramic plates?
My cat mixes up the floors in my building. How can I help him?
How much mayhem could I cause as a sentient fish?
Incorporating research and background: How much is too much?
How to limit sight distance to 1 KM
What is the wife of a henpecked husband called?
Writing Cyrillic text to a file
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
Why is mind meld hard for T'pol in Star Trek: Enterprise?
Equation with several exponents
Cookies - Should the toggles be on?
Traveling through the asteriod belt?
Why is the copy constructor called twice in this code snippet?
Why did other German political parties disband so fast when Hitler was appointed chancellor?
Using only 1s, make 29 with the minimum number of digits
Math Saturation Symbol
Better VM Ubuntu on Windows 10 or VM Windows 10 on Ubuntu?
Digits in an algebraic irrational number
Who is this Ant Woman character in this image alongside the Wasp?
Why has the mole been redefined for 2019?
Do authors have to be politically correct in article-writing?
Is it safe to delete diretly from the newsletter_subscriber's table?
Create database table from CSVHow to create delete url to delete row from tableIs it safe to modify database table column datatype directly?Is it safe to truncate the catalog_category_product_index table?Import Database Error: #1062 Duplicate entry '3-13-70-0' for keyFix duplicate entries in customer tablesDelete category attribute from the databaseCan't Get Customer Attribute WorkingError 1146 table doesn't exist and I cannot delete the tableHow to delete the content of a table
I recently turned on email address confirmation for visitors signing up for the newsletter. I'd now like to delete all the newsletter subscriptions made prior to this.
Whilst the database table newsletter_subscriber
does have a date column change_status_at
, this column is not displayed in the admin, so I can't filter and delete just the old subscriptions.
Ideally I'd like to just run a simple query against the database, which will delete just what I want. However, I'm really cautious about running any queries directly against the Magento database as I'm worried about unexpected interactions.
I have searched the database schema for forign key references to columns in the newsletter_subscriber
table, and can't find any.
Is there anyway to be sure that this is a standalone table and safe to delete from?
magento2 database magento2.2
add a comment |
I recently turned on email address confirmation for visitors signing up for the newsletter. I'd now like to delete all the newsletter subscriptions made prior to this.
Whilst the database table newsletter_subscriber
does have a date column change_status_at
, this column is not displayed in the admin, so I can't filter and delete just the old subscriptions.
Ideally I'd like to just run a simple query against the database, which will delete just what I want. However, I'm really cautious about running any queries directly against the Magento database as I'm worried about unexpected interactions.
I have searched the database schema for forign key references to columns in the newsletter_subscriber
table, and can't find any.
Is there anyway to be sure that this is a standalone table and safe to delete from?
magento2 database magento2.2
add a comment |
I recently turned on email address confirmation for visitors signing up for the newsletter. I'd now like to delete all the newsletter subscriptions made prior to this.
Whilst the database table newsletter_subscriber
does have a date column change_status_at
, this column is not displayed in the admin, so I can't filter and delete just the old subscriptions.
Ideally I'd like to just run a simple query against the database, which will delete just what I want. However, I'm really cautious about running any queries directly against the Magento database as I'm worried about unexpected interactions.
I have searched the database schema for forign key references to columns in the newsletter_subscriber
table, and can't find any.
Is there anyway to be sure that this is a standalone table and safe to delete from?
magento2 database magento2.2
I recently turned on email address confirmation for visitors signing up for the newsletter. I'd now like to delete all the newsletter subscriptions made prior to this.
Whilst the database table newsletter_subscriber
does have a date column change_status_at
, this column is not displayed in the admin, so I can't filter and delete just the old subscriptions.
Ideally I'd like to just run a simple query against the database, which will delete just what I want. However, I'm really cautious about running any queries directly against the Magento database as I'm worried about unexpected interactions.
I have searched the database schema for forign key references to columns in the newsletter_subscriber
table, and can't find any.
Is there anyway to be sure that this is a standalone table and safe to delete from?
magento2 database magento2.2
magento2 database magento2.2
asked 5 mins ago
DomDom
249113
249113
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f263925%2fis-it-safe-to-delete-diretly-from-the-newsletter-subscribers-table%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f263925%2fis-it-safe-to-delete-diretly-from-the-newsletter-subscribers-table%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown