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: guides/databases.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,13 +249,13 @@ CSV files can be found in the folders _db/data_ and _test/data_, as well as in a
249
249
::: details Adding initial data next to your data model
250
250
The content of these 'co-located' `.cds` files actually doesn't matter, but they need to be included in your data model, through a `using` clause in another file for example.
251
251
252
-
If you need to use certain CSV files exclusively foryour production deployments, but not for tests, you can achieve this by including themin a separate data folder, forexample, _db/hana/data_. Create an _index.cds_ filein the _hana_ folder as outlined earlier. Then, set up this model location in a dummy cds service, for example _hanaDataSrv_, using the `[production]` profile.
252
+
If you need to use certain CSV files exclusively foryour production deployments, but not for tests, you can achieve this by including themin a separate data folder, forexample, _db/hana/data_. Create an empty _index.cds_ filein the _hana_ folder. Then, set up this model location in a dummy cds service, for example _hanaDataSrv_, using the `[production]` profile.
0 commit comments