Michael
|
f70650f824
|
Further unused tables to be dropped
|
2021-04-07 12:10:54 +00:00 |
|
Balázs Úr
|
054c301ef0
|
Update copyright
|
2021-03-29 08:40:20 +02:00 |
|
Michael
|
2072fb1eed
|
Avoid foreign key violations when deleting unused tables
|
2021-03-24 19:47:55 +00:00 |
|
Michael
|
c247d5fbeb
|
The item table is now completely removed
|
2021-02-19 06:30:38 +00:00 |
|
Michael
|
36357e790e
|
"id" is now post-user-id
|
2021-02-14 18:33:15 +00:00 |
|
Michael
|
ab5a447bc2
|
The "thread" table isn't used anymore
|
2021-02-08 07:48:36 +00:00 |
|
Michael
|
e561cad844
|
"participation" is removed since it is unused
|
2021-02-02 06:28:51 +00:00 |
|
Michael
|
5a2c5da81d
|
Added "user-item" table to the list of removable tables
|
2021-02-02 06:10:10 +00:00 |
|
Michael
|
c3398511b4
|
New table "post-content"
|
2021-01-30 22:03:53 +00:00 |
|
Michael
|
8eb3bddc2a
|
Reduce the parameter chaos by splitting the update function
|
2021-01-30 13:31:59 +00:00 |
|
Michael
|
90f1175cf5
|
Setting "maintenance" for pre and post updates
|
2021-01-30 07:50:20 +00:00 |
|
Michael
|
6ebd023c4e
|
Drop unused friendica tables
|
2020-12-20 14:01:46 +00:00 |
|
Michael
|
23bc725ce9
|
Fix: Only echo on verbose
|
2020-11-23 19:47:30 +00:00 |
|
Michael
|
61ff99c410
|
Command line option to check initial values
|
2020-11-23 18:58:18 +00:00 |
|
Michael
|
303aaa00ca
|
Mode switch for insert
|
2020-11-19 19:34:48 +00:00 |
|
Michael
|
3af5f6b8ee
|
Some more foreign keys added
|
2020-11-19 06:26:30 +00:00 |
|
Michael
|
f36ecdf6bf
|
Replacing deprecated log calls
|
2020-11-18 09:14:12 +00:00 |
|
Michael
|
4f7d42a0d3
|
Fixed copy&paste error
|
2020-11-18 05:55:15 +00:00 |
|
Michael
|
b09ffa0697
|
Relocate system user creation
|
2020-11-18 05:33:17 +00:00 |
|
Michael
|
d7fa58d81c
|
Ensure to never delete the "0" user
|
2020-11-18 05:24:04 +00:00 |
|
Michael
|
81a03b137b
|
Test: only insert empty user
|
2020-11-18 05:04:17 +00:00 |
|
Michael
|
1e9d3342a3
|
Changed order of inserts
|
2020-11-18 00:13:39 +00:00 |
|
Michael
|
317921e51c
|
Changed order
|
2020-11-17 23:45:16 +00:00 |
|
Michael
|
eaa58da25b
|
New table "post-user" and more foreign keys
|
2020-11-17 22:33:44 +00:00 |
|
Michael
|
50b5483ee1
|
Ability to set the database version
|
2020-09-13 15:57:24 +00:00 |
|
Michael
|
ef3dc72dca
|
Ensure unified order of 'verb' records
|
2020-05-19 05:51:58 +00:00 |
|
Michael
|
ecde6b0066
|
Issue 8635: Create foreign keys without constraint name
|
2020-05-16 20:57:04 +00:00 |
|
Michael
|
b8cf415f0d
|
Issue 8635 - Handle weird default values
This handles an issue that occured in #8635 (But will not fix the issue behind this)
|
2020-05-16 14:23:17 +00:00 |
|
Michael
|
28e7564d79
|
Added some more sql commands to the list
|
2020-05-16 10:21:16 +00:00 |
|
Michael
|
8e12edc375
|
Improved code
|
2020-05-16 10:04:09 +00:00 |
|
Michael
|
4faef126ff
|
Improved structure
|
2020-05-16 09:01:54 +00:00 |
|
Michael
|
4e1b1c0811
|
Issue 8635: Avoid concurrent database updates
Possibly helps with #8635
|
2020-05-16 08:15:51 +00:00 |
|
Michael
|
28e52f4db1
|
Fixed table name
|
2020-05-16 06:14:25 +00:00 |
|
Michael
|
14f814e6ba
|
Issue 8636: Check and fix data before foreign key creation
|
2020-05-16 06:12:28 +00:00 |
|
Michael
|
ec3290da3b
|
We already have got a function to check if a table exists
|
2020-05-15 18:32:53 +00:00 |
|
Michael
|
d70b77288d
|
Call the initial value check in the test
|
2020-05-15 18:08:06 +00:00 |
|
Michael
|
e333f45d0f
|
Ensure that the initial values are set
|
2020-05-15 17:49:07 +00:00 |
|
Michael
|
faaf3d89e3
|
The next boolean
|
2020-05-11 19:07:18 +00:00 |
|
Michael
|
c5be1092d0
|
Use "quoteIdentifier"
|
2020-05-11 18:59:36 +00:00 |
|
Michael
|
a7f777ee43
|
DBStructure is now using "q(" nevermore
|
2020-05-10 20:23:58 +00:00 |
|
Michael
|
7f55e1b2bc
|
We now support real foreign keys
|
2020-05-10 14:55:03 +00:00 |
|
Michael
|
51bc5279a0
|
Documentation and unneeded stuff removed
|
2020-04-25 18:36:58 +00:00 |
|
Michael
|
afa712b811
|
DBView is View
|
2020-04-24 08:48:34 +00:00 |
|
Michael
|
63ebbb8a16
|
We now can define views
|
2020-04-23 06:19:44 +00:00 |
|
Michael
|
01c6179feb
|
Check for Antelope and convert to Barracuda
|
2020-04-01 18:11:06 +00:00 |
|
nupplaPhil
|
23c64b9a11
|
Add license info at Friendica classes
|
2020-02-09 15:45:36 +01:00 |
|
nupplaPhil
|
ed9392469e
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
nupplaPhil
|
3411ced833
|
Move Config::set() to DI::config()->set()
|
2020-01-19 21:21:53 +01:00 |
|
nupplaPhil
|
174129af94
|
add missing namespaces/fix wrong class-names
|
2020-01-19 16:31:35 +01:00 |
|
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|