You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/Persistent/README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Magento_Persistent module
2
2
3
-
This module enables set customer a long-term cookie containing internal id (random hash - to exclude brute
4
-
force) of persistent session. Persistent session data is kept in DB - so it's not deleted in some days and is kept for
3
+
This module enables setting a long-term cookie containing internal id (random hash - to exclude brute
4
+
force) of persistent session for customer. Persistent session data is kept in DB - so it's not deleted in some days and is kept for
5
5
as much time as we need. DB session keeps customerId + some data from real customer session that we want to sync (e.g.
6
6
num items in shopping cart). For registered customer this info is synced to persistent session if choose "Remember me"
7
7
checkbox during first login.
@@ -17,6 +17,8 @@ The Magento_Persistent module creates the `persistent_session` table in the data
17
17
This module modifies the following tables in the database:
18
18
-`quote` - adds column `is_persistent`
19
19
20
+
All database schema changes made by this module are rolled back when the module gets disabled and setup:upgrade command is run.
21
+
20
22
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
21
23
22
24
## Extensibility
@@ -43,10 +45,6 @@ For information about an event in Magento 2, see [Events and observers](http://d
43
45
44
46
### Layouts
45
47
46
-
This module introduces the following layouts in the `view/frontend/layout` directory:
47
-
-`customer_account_create`
48
-
-`customer_account_login`
49
-
50
48
For more information about a layout in Magento 2, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).
Copy file name to clipboardExpand all lines: app/code/Magento/ProductAlert/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,14 @@ Before installing this module, note that the Magento_ProductAlert is dependent o
8
8
-`Magento_Catalog`
9
9
-`Magento_Customer`
10
10
11
-
The Magento_ProductAlert module creates the following table in the database:
11
+
The Magento_ProductAlert module creates the following tables in the database:
12
12
-`product_alert_price`
13
13
-`product_alert_stock`
14
14
15
+
All database schema changes made by this module are rolled back when the module gets disabled and setup:upgrade command is run.
16
+
17
+
The Magento_ProductAlert module contains the recurring script. Script's modifications don't need to be manually reverted upon uninstallation.
18
+
15
19
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
Copy file name to clipboardExpand all lines: app/code/Magento/ProductVideo/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Before installing this module, note that the Magento_ProductAlert is dependent o
10
10
11
11
The Magento_ProductVideo module creates the `catalog_product_entity_media_gallery_value_video` table in the database.
12
12
13
+
All database schema changes made by this module are rolled back when the module gets disabled and setup:upgrade command is run.
14
+
13
15
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
Copy file name to clipboardExpand all lines: app/code/Magento/QuoteAnalytics/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Before installing this module, note that the Magento_QuoteAnalytics is dependent
8
8
-`Magento_Quote`
9
9
-`Magento_Analytics`
10
10
11
+
This module does not introduce any database schema modifications or new data.
12
+
11
13
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
0 commit comments