[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 14/16: Add column timestamp for table TOOL_UO
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 14/16: Add column timestamp for table TOOL_UOS |
Date: |
Tue, 27 May 2025 09:26:10 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 4d29bb45fa966cf3508afdfbb9a35f872b4cc3d7
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu May 22 00:05:06 2025 +0200
Add column timestamp for table TOOL_UOS
---
sql/upgrade.sql | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sql/upgrade.sql b/sql/upgrade.sql
index c7f275742..df477a929 100644
--- a/sql/upgrade.sql
+++ b/sql/upgrade.sql
@@ -7,4 +7,6 @@ update parm_appearance set a_value='#506cb8 ' where
a_code='MENU1-SELECTED' and
ALTER TABLE public.todo_list ALTER COLUMN tl_date drop NOT NULL;
-update menu_ref set me_javascript='bookmark.show(<DOSSIER>)' where
me_code='BOOKMARK';
\ No newline at end of file
+update menu_ref set me_javascript='bookmark.show(<DOSSIER>)' where
me_code='BOOKMARK';
+
+alter table tool_uos add created_date timestamp default now();
- [Noalyss-commit] [noalyss] branch unstable updated (a21554139 -> 34489f687), dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 03/16: Cosmetic width menu, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 10/16: Data_SQL and Table_Data_SQL add virtual column, to allow transformation of columns in SQL, faster than transforming in PHP afterward, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 04/16: FIX bug due changes Data_SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 02/16: FONT MONSERRAT ROBOTO Title and menu, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 05/16: FREC : checkbox, checked by range, hidden elements must not be checked, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 08/16: Improve Code: Database : add __toString, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 14/16: Add column timestamp for table TOOL_UOS,
dwm <=
- [Noalyss-commit] [noalyss] 01/16: Code Improve : Data_SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 06/16: FIX bug due changes Data_SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 07/16: Detail Operation for small screen, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 09/16: Code Improve : Single_Record, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 12/16: Data_SQL if we use $this->sql , then must be set SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 13/16: Data_SQL if column doesn't exist, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 15/16: Fix bug : wrong function name, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 11/16: CSS : cosmetic : font in a variable + outline input text in orange, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 16/16: PHP8.3 comptability, dynamic members, dwm, 2025/05/27