mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:55:41 +00:00
chore: remove commented code
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -59,11 +59,6 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadshe
|
||||
<img src="https://discordapp.com/api/guilds/661905455894888490/widget.png?style=banner3" alt="">
|
||||
</a>
|
||||
|
||||
<!-- <a href="https://community.nocodb.com/" target="_blank">
|
||||
<img src="https://i2.wp.com/www.feverbee.com/wp-content/uploads/2018/07/logo-discourse.png" alt="">
|
||||
</a>
|
||||
-->
|
||||
|
||||
[](https://github.com/nocodb/nocodb/stargazers)
|
||||
|
||||
# Quick try
|
||||
|
||||
@@ -93,9 +93,6 @@ cd nocodb/docker-compose/pg
|
||||
<a href="https://discord.gg/5RgZmkW" target="_blank">
|
||||
<img src="https://discordapp.com/api/guilds/661905455894888490/widget.png?style=banner3" alt="">
|
||||
</a>
|
||||
<a href="https://community.nocodb.com/" target="_blank">
|
||||
<img src="https://i2.wp.com/www.feverbee.com/wp-content/uploads/2018/07/logo-discourse.png" alt="">
|
||||
</a>
|
||||
|
||||
# 截图
|
||||
|
||||
|
||||
@@ -48,11 +48,6 @@ Mengubah MySQL, PostgreSQL, SQL Server, SQLite & MariaDB apapun menjadi spreadsh
|
||||
<img src="https://discordapp.com/api/guilds/661905455894888490/widget.png?style=banner3" alt="">
|
||||
</a>
|
||||
|
||||
<!-- <a href="https://community.nocodb.com/" target="_blank">
|
||||
<img src="https://i2.wp.com/www.feverbee.com/wp-content/uploads/2018/07/logo-discourse.png" alt="">
|
||||
</a>
|
||||
-->
|
||||
|
||||
[](https://github.com/nocodb/nocodb/stargazers)
|
||||
|
||||
# Coba singkat
|
||||
|
||||
@@ -58,11 +58,6 @@ Nocodb перетворює будь-яку базу даних MySQL, PostgreSQ
|
||||
<img src="https://discordapp.com/api/guilds/661905455894888490/widget.png?style=banner3" alt="">
|
||||
</a>
|
||||
|
||||
<!-- <a href="https://community.nocodb.com/" target="_blank">
|
||||
<img src="https://i2.wp.com/www.feverbee.com/wp-content/uploads/2018/07/logo-discourse.png" alt="">
|
||||
</a>
|
||||
-->
|
||||
|
||||
[](https://github.com/nocodb/nocodb/stargazers)
|
||||
|
||||
# Швидка спроба проекту
|
||||
|
||||
@@ -59,11 +59,6 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadshe
|
||||
<img src="https://discordapp.com/api/guilds/661905455894888490/widget.png?style=banner3" alt="">
|
||||
</a>
|
||||
|
||||
<!-- <a href="https://community.nocodb.com/" target="_blank">
|
||||
<img src="https://i2.wp.com/www.feverbee.com/wp-content/uploads/2018/07/logo-discourse.png" alt="">
|
||||
</a>
|
||||
-->
|
||||
|
||||
[](https://github.com/nocodb/nocodb/stargazers)
|
||||
|
||||
# Quick try
|
||||
|
||||
@@ -1451,7 +1451,7 @@ export class ImportService {
|
||||
|
||||
elapsedTime(hrTime, 'create views', 'importModels');
|
||||
|
||||
// create hooks filters
|
||||
// create hook filters for hooks
|
||||
for (const data of param.data) {
|
||||
if (param.existingModel) break;
|
||||
if (!data?.hooks) break;
|
||||
|
||||
Reference in New Issue
Block a user